Skip to content

Commit 0570356

Browse files
committed
raise tolerance to 1E-6
1 parent 0d077a8 commit 0570356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_smiley.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function test_all_unique(xs)
1111
return nothing
1212
end
1313

14-
const tol = 1e-7
14+
const tol = 1e-6
1515
const method = Newton # NOTE: Bisection method performs badly in all examples
1616

1717
info("testing method $(method)")

0 commit comments

Comments
 (0)