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"
2020Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121
2222[compat ]
23- ApproxFunBase = " 0.7.64 "
23+ ApproxFunBase = " 0.7.65 "
2424ApproxFunBaseTest = " 0.1"
2525Aqua = " 0.5"
2626BandedMatrices = " 0.16, 0.17"
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ using Base: oneto
444444
445445 @testset " ProductFun" begin
446446 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))
448448
449449 @test values (u0)- values (u0|> LowRankFun)|> norm < 1000 eps ()
450450 @test chebyshevtransform (values (u0))- coefficients (u0)|> norm < 100 eps ()
You can’t perform that action at this time.
0 commit comments