Skip to content

Commit 9208455

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

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
@@ -77,7 +77,7 @@ import ApproxFunOrthogonalPolynomials: jacobip
7777
f = Fun(x->cospi(1000x))
7878
g = Fun(f,Legendre())
7979
h = Fun(g,Chebyshev())
80-
@test norm(f.coefficients-h.coefficients,Inf) < 100eps()
80+
@test norm(f.coefficients-h.coefficients,Inf) < 1000eps()
8181
@time h = Fun(h,Legendre())
8282
@test norm(g.coefficients-h.coefficients,Inf) < 10000eps()
8383
end

0 commit comments

Comments
 (0)