Skip to content

Commit e668fec

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

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
@@ -39,7 +39,7 @@ end
3939
@test stats.elapsed_time > 0
4040
@test stats.iter == 22
4141
@test stats.primal_feas 0.0
42-
@test isapprox(stats.dual_feas, 0.0; atol=1e-9)
42+
@test stats.dual_feas 0.0
4343

4444
# solve again from solution
4545
x0 = copy(stats.solution)

0 commit comments

Comments
 (0)