File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
2727ApproxFunOrthogonalPolynomialsStaticExt = " Static"
2828
2929[compat ]
30- ApproxFunBase = " 0.8.48 , 0.9.3 "
30+ ApproxFunBase = " 0.8.49 , 0.9.4 "
3131ApproxFunBaseTest = " 0.1"
3232Aqua = " 0.6"
3333BandedMatrices = " 0.16, 0.17"
Original file line number Diff line number Diff line change @@ -531,6 +531,12 @@ include("testutils.jl")
531531 b = ((P * KroneckerOperator (A)) * P)(xi, yi)
532532 @test a ≈ b
533533 end
534+
535+ @testset " coefficients" begin
536+ local P = ProductFun ((x,y) -> x* y, Chebyshev ()^ 2 )
537+ @test coefficients (P, space (P)) == coefficients (P)
538+ @test Fun (ProductFun (P, Ultraspherical (1 )^ 2 )) ≈ Fun (P)
539+ end
534540 end
535541
536542 @testset " Functional*Fun" begin
You can’t perform that action at this time.
0 commit comments