File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ApproxFunOrthogonalPolynomialsPolynomialsExt = "Polynomials"
30
30
ApproxFunOrthogonalPolynomialsStaticExt = " Static"
31
31
32
32
[compat ]
33
- ApproxFunBase = " 0.8.63 , 0.9.21 "
33
+ ApproxFunBase = " 0.8.64 , 0.9.22 "
34
34
ApproxFunBaseTest = " 0.1"
35
35
Aqua = " 0.8"
36
36
BandedMatrices = " 0.16, 0.17, 1"
Original file line number Diff line number Diff line change @@ -274,6 +274,11 @@ include("testutils.jl")
274
274
end
275
275
end
276
276
277
+ @testset " transform with immutable coeffs" begin
278
+ @test transform (Chebyshev (), itransform (Chebyshev (), 1 : 3 )) ≈ 1 : 3
279
+ @test itransform (Chebyshev (), transform (Chebyshev (), 1 : 3 )) ≈ 1 : 3
280
+ end
281
+
277
282
@testset " Normalized space" begin
278
283
@test NormalizedChebyshev () isa NormalizedChebyshev
279
284
for f in (x -> 3 x^ 3 + 5 x^ 2 + 2 , x-> x, identity)
You can’t perform that action at this time.
0 commit comments