File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ BlockArrays = "0.11"
33
33
BlockBandedMatrices = " 0.7"
34
34
Calculus = " 0.5"
35
35
DSP = " 0.6"
36
- DomainSets = " 0.1, 0.2"
36
+ DomainSets = " 0.1, 0.2, 0.3 "
37
37
DualNumbers = " 0.6.2"
38
38
FFTW = " 0.3, 1"
39
39
FastGaussQuadrature = " 0.4"
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ import Base: view
82
82
83
83
import StaticArrays: StaticArray, SVector
84
84
85
+ import DomainSets: dimension
85
86
86
87
import IntervalSets: (.. ), endpoints
87
88
Original file line number Diff line number Diff line change 33
33
34
34
@test ApproxFunBase. AnySegment () == ApproxFunBase. AnySegment ()
35
35
36
- @test ApproxFunBase. dimension (Domain{Float64}) == 1
37
- @test ApproxFunBase. dimension (Segment{Float64}) == 1
38
36
@test ApproxFunBase. dimension (ChebyshevInterval ()) == 1
39
37
@test ApproxFunBase. dimension (ChebyshevInterval ()^ 2 ) == 2
40
38
@test ApproxFunBase. dimension (ChebyshevInterval ()^ 3 ) == 3
You can’t perform that action at this time.
0 commit comments