Skip to content

Commit

Permalink
Update JacobiTest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Feb 20, 2021
1 parent b31c360 commit 82c4f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/JacobiTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import ApproxFunOrthogonalPolynomials: jacobip
h = Fun(g,Chebyshev())
@test norm(f.coefficients-h.coefficients,Inf) < 100eps()
@time h = Fun(h,Legendre())
@test norm(g.coefficients-h.coefficients,Inf) < 1000eps()
@test norm(g.coefficients-h.coefficients,Inf) < 10000eps()
end

@testset "conversion for non-compatible paramters" begin
Expand Down

0 comments on commit 82c4f82

Please sign in to comment.