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 b31c360 commit 82c4f82Copy full SHA for 82c4f82
test/JacobiTest.jl
@@ -79,7 +79,7 @@ import ApproxFunOrthogonalPolynomials: jacobip
79
h = Fun(g,Chebyshev())
80
@test norm(f.coefficients-h.coefficients,Inf) < 100eps()
81
@time h = Fun(h,Legendre())
82
- @test norm(g.coefficients-h.coefficients,Inf) < 1000eps()
+ @test norm(g.coefficients-h.coefficients,Inf) < 10000eps()
83
end
84
85
@testset "conversion for non-compatible paramters" begin
0 commit comments