Skip to content

Commit

Permalink
Update rational_test.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
joefowler committed Jun 30, 2021
1 parent e298ba4 commit cf29bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rational_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Test
for s in (0, 1, π, 1e4)
r = roots_pfrac(w, x, s)
diff = f.(r) .- s
@test all((abs.(diff) .< 1e-8*max(s, 1)))
@test all((abs.(diff) .< 1e-7*max(s, 1)))
end
end
end
Expand Down

0 comments on commit cf29bb8

Please sign in to comment.