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"
27
27
ApproxFunOrthogonalPolynomialsStaticExt = " Static"
28
28
29
29
[compat ]
30
- ApproxFunBase = " 0.8.48 , 0.9.3 "
30
+ ApproxFunBase = " 0.8.49 , 0.9.4 "
31
31
ApproxFunBaseTest = " 0.1"
32
32
Aqua = " 0.6"
33
33
BandedMatrices = " 0.16, 0.17"
Original file line number Diff line number Diff line change @@ -531,6 +531,12 @@ include("testutils.jl")
531
531
b = ((P * KroneckerOperator (A)) * P)(xi, yi)
532
532
@test a ≈ b
533
533
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
534
540
end
535
541
536
542
@testset " Functional*Fun" begin
You can’t perform that action at this time.
0 commit comments