Skip to content

Commit 7f4364b

Browse files
committed
relaxed tolerance for onepass_exa use case no. 10 (for euler schemes)
1 parent a8b63c2 commit 7f4364b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_onepass_exa.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ function __test_onepass_exa(
19291929
@test m1 isa ExaModels.ExaModel
19301930
sol1 = madnlp(m1; tol=tolerance, max_iter=max_iter, kwargs...)
19311931
obj1 = sol1.objective
1932-
__atol = 1e-5 # otherwise would just work for midpoint
1932+
__atol = 1e-3 # otherwise would just work for midpoint
19331933
obj2 = -1.0125766794048943e+00 # from midpoint with N = 250
19341934
@test obj1 - obj2 0 atol = __atol
19351935
end

0 commit comments

Comments
 (0)