Skip to content

Commit a00bea3

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

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
@@ -37,7 +37,7 @@ end
3737
nlp = ADNLPModel(x -> (x[1] - 1)^2 + 100 * (x[2] - x[1]^2)^2, [-1.2; 1.0])
3838
@test stats.status == :first_order
3939
@test stats.elapsed_time > 0
40-
@test isapprox(stats.iter, 22; atol=1)
40+
@test stats.iter == 22
4141
@test stats.primal_feas 0.0
4242
@test isapprox(stats.dual_feas, 0.0; atol=1e-9)
4343

0 commit comments

Comments
 (0)