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 82c4f82 commit 9208455Copy full SHA for 9208455
test/JacobiTest.jl
@@ -77,7 +77,7 @@ import ApproxFunOrthogonalPolynomials: jacobip
77
f = Fun(x->cospi(1000x))
78
g = Fun(f,Legendre())
79
h = Fun(g,Chebyshev())
80
- @test norm(f.coefficients-h.coefficients,Inf) < 100eps()
+ @test norm(f.coefficients-h.coefficients,Inf) < 1000eps()
81
@time h = Fun(h,Legendre())
82
@test norm(g.coefficients-h.coefficients,Inf) < 10000eps()
83
end
0 commit comments