Skip to content

Commit 82c4f82

Browse files
committed
Update JacobiTest.jl
1 parent b31c360 commit 82c4f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JacobiTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import ApproxFunOrthogonalPolynomials: jacobip
7979
h = Fun(g,Chebyshev())
8080
@test norm(f.coefficients-h.coefficients,Inf) < 100eps()
8181
@time h = Fun(h,Legendre())
82-
@test norm(g.coefficients-h.coefficients,Inf) < 1000eps()
82+
@test norm(g.coefficients-h.coefficients,Inf) < 10000eps()
8383
end
8484

8585
@testset "conversion for non-compatible paramters" begin

0 commit comments

Comments
 (0)