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 a465c7c commit 62ca38bCopy full SHA for 62ca38b
lib/BracketingNonlinearSolve/test/rootfind_tests.jl
@@ -53,7 +53,7 @@ end
53
ϵ = eps(Float64) # least possible tol for all methods
54
55
@testset for alg in (Bisection(), Falsi(), ITP(), nothing)
56
- @testset for abstol in [0.1, 0.01, 0.001, 0.0001, 1e-5, 1e-6, 1e-7]
+ @testset for abstol in [0.1, 0.01, 0.001, 0.0001, 1e-5, 1e-6]
57
sol = solve(prob, alg; abstol)
58
result_tol = abs(sol.u - sqrt(2))
59
@test result_tol < abstol
0 commit comments