Skip to content

Commit c1377ca

Browse files
arnavk23tmigot
andauthored
Update test/runtests.jl
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
1 parent a00bea3 commit c1377ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646
stats = ipopt(nlp, x0 = x0, tol = 1e-12, print_level = 0)
4747
@test isapprox(stats.solution, x0, rtol = 1e-6)
4848
@test stats.status == :first_order
49-
@test isapprox(stats.iter, 0; atol=1)
49+
@test stats.iter == 0
5050
@test stats.elapsed_time >= 0
5151
@test stats.primal_feas 0.0
5252
@test stats.dual_feas 0.0

0 commit comments

Comments
 (0)