We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4488ce commit f098c97Copy full SHA for f098c97
test/ChebyshevTest.jl
@@ -330,7 +330,7 @@ include("testutils.jl")
330
331
@testset "values for ArraySpace Fun" begin
332
f = Fun(Chebyshev() ⊗ Chebyshev())
333
- @test f.(points(f)) == points(f)
+ @test f.(points(f)) ≈ points(f)
334
@test values(f) == itransform(space(f), coefficients(f))
335
a = transform(space(f), values(f))
336
b = coefficients(f)
0 commit comments