File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
20
20
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
21
21
22
22
[compat ]
23
- ApproxFunBase = " 0.7.64 "
23
+ ApproxFunBase = " 0.7.65 "
24
24
ApproxFunBaseTest = " 0.1"
25
25
Aqua = " 0.5"
26
26
BandedMatrices = " 0.16, 0.17"
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ using Base: oneto
444
444
445
445
@testset " ProductFun" begin
446
446
u0 = ProductFun ((x,y)-> cos (x)+ sin (y) + exp (- 50 x.^ 2 - 40 (y- 0.1 )^ 2 )+ .5 exp (- 30 (x+ 0.5 )^ 2 - 40 (y+ 0.2 )^ 2 ))
447
-
447
+ @test typeof ( domain (u0)) == ApproxFunBase . domaintype ( space (u0))
448
448
449
449
@test values (u0)- values (u0|> LowRankFun)|> norm < 1000 eps ()
450
450
@test chebyshevtransform (values (u0))- coefficients (u0)|> norm < 100 eps ()
You can’t perform that action at this time.
0 commit comments