Skip to content

Commit 3b91221

Browse files
committed
Test pass on 1.2
1 parent 14ce38c commit 3b91221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BlockArrays = "0.9"
3535
BlockBandedMatrices = "0.4.3"
3636
Calculus = "≥ 0.1.15"
3737
DSP = "≥ 0.5.1"
38-
DomainSets = "0.0.1, 0.0.2"
38+
DomainSets = "0.0.2, 0.1"
3939
DualNumbers = "≥ 0.4.0"
4040
FFTW = "≥ 0.2.4"
4141
FastGaussQuadrature = "≥ 0.3.2"

src/ApproxFunFourier.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import DomainSets: Domain, indomain, UnionDomain, ProductDomain, FullSpace, Poin
5555
dimension
5656

5757
import Base: values, convert, getindex, setindex!, *, +, -, ==, <, <=, >, |, !, !=, eltype, iterate,
58-
>=, /, ^, \, , transpose, size, reindex, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
58+
>=, /, ^, \, , transpose, size, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
5959
similar, map, vcat, hcat, hvcat, show, summary, stride, sum, cumsum, sign, imag, conj, inv,
6060
complex, reverse, exp, sqrt, abs, abs2, sign, issubset, values, in, first, last, rand, intersect, setdiff,
6161
isless, union, angle, join, isnan, isapprox, isempty, sort, merge, promote_rule,

0 commit comments

Comments
 (0)