Skip to content

Commit d6e42ae

Browse files
committed
fix
1 parent b005c02 commit d6e42ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vsp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@test gap_mip gap_mipl rtol = 1e-2
3737
@test gap_mip >= gap_local_search
3838
@test gap_mip >= gap
39-
@test gap__local_search >= gap_deterministic
39+
@test gap_local_search >= gap_deterministic
4040

4141
for sample in dataset
4242
x = sample.x

0 commit comments

Comments
 (0)