We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b63c2 commit 7f4364bCopy full SHA for 7f4364b
1 file changed
test/test_onepass_exa.jl
@@ -1929,7 +1929,7 @@ function __test_onepass_exa(
1929
@test m1 isa ExaModels.ExaModel
1930
sol1 = madnlp(m1; tol=tolerance, max_iter=max_iter, kwargs...)
1931
obj1 = sol1.objective
1932
- __atol = 1e-5 # otherwise would just work for midpoint
+ __atol = 1e-3 # otherwise would just work for midpoint
1933
obj2 = -1.0125766794048943e+00 # from midpoint with N = 250
1934
@test obj1 - obj2 ≈ 0 atol = __atol
1935
end
0 commit comments