Skip to content

Commit b709ebd

Browse files
committed
Update for DomainSets 0.3
1 parent db9597e commit b709ebd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BlockArrays = "0.11"
3333
BlockBandedMatrices = "0.7"
3434
Calculus = "0.5"
3535
DSP = "0.6"
36-
DomainSets = "0.1, 0.2"
36+
DomainSets = "0.1, 0.2, 0.3"
3737
DualNumbers = "0.6.2"
3838
FFTW = "0.3, 1"
3939
FastGaussQuadrature = "0.4"

src/ApproxFunBase.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ import Base: view
8282

8383
import StaticArrays: StaticArray, SVector
8484

85+
import DomainSets: dimension
8586

8687
import IntervalSets: (..), endpoints
8788

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ end
3333

3434
@test ApproxFunBase.AnySegment() == ApproxFunBase.AnySegment()
3535

36-
@test ApproxFunBase.dimension(Domain{Float64}) == 1
37-
@test ApproxFunBase.dimension(Segment{Float64}) == 1
3836
@test ApproxFunBase.dimension(ChebyshevInterval()) == 1
3937
@test ApproxFunBase.dimension(ChebyshevInterval()^2) == 2
4038
@test ApproxFunBase.dimension(ChebyshevInterval()^3) == 3

0 commit comments

Comments
 (0)