Skip to content

Commit f098c97

Browse files
authored
Make points test approximate (#274)
1 parent c4488ce commit f098c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ChebyshevTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ include("testutils.jl")
330330

331331
@testset "values for ArraySpace Fun" begin
332332
f = Fun(Chebyshev() Chebyshev())
333-
@test f.(points(f)) == points(f)
333+
@test f.(points(f)) points(f)
334334
@test values(f) == itransform(space(f), coefficients(f))
335335
a = transform(space(f), values(f))
336336
b = coefficients(f)

0 commit comments

Comments
 (0)