Skip to content

Commit 62ca38b

Browse files
author
oscarddssmith
committed
fixes
1 parent a465c7c commit 62ca38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BracketingNonlinearSolve/test/rootfind_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ end
5353
ϵ = eps(Float64) # least possible tol for all methods
5454

5555
@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]
56+
@testset for abstol in [0.1, 0.01, 0.001, 0.0001, 1e-5, 1e-6]
5757
sol = solve(prob, alg; abstol)
5858
result_tol = abs(sol.u - sqrt(2))
5959
@test result_tol < abstol

0 commit comments

Comments
 (0)