Skip to content

Commit 9367788

Browse files
authored
Add test for ProductSpace domain (#181)
* Add test for ProductSpace domain * bump AFB version
1 parent 1ca49c0 commit 9367788

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
@@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121

2222
[compat]
23-
ApproxFunBase = "0.7.64"
23+
ApproxFunBase = "0.7.65"
2424
ApproxFunBaseTest = "0.1"
2525
Aqua = "0.5"
2626
BandedMatrices = "0.16, 0.17"

test/MultivariateTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ using Base: oneto
444444

445445
@testset "ProductFun" begin
446446
u0 = ProductFun((x,y)->cos(x)+sin(y) +exp(-50x.^2-40(y-0.1)^2)+.5exp(-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 < 1000eps()
450450
@test chebyshevtransform(values(u0))-coefficients(u0)|>norm < 100eps()

0 commit comments

Comments
 (0)