Skip to content

Commit 5c26260

Browse files
committed
Fix flakey test to be deterministic
1 parent 934988e commit 5c26260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ function test_scs_with_deletion()
978978
variables: x, y
979979
[1.0 * x, 1.0 * y] in Nonnegatives(2)
980980
[-1.0 * x + -1.0 * y + -1.0] in Nonnegatives(1)
981-
1.0 * x + 1.0 * y >= 0.0
981+
1.0 * x + 1.0 * y >= -2.0
982982
""",
983983
"""
984984
variables: x, y

0 commit comments

Comments
 (0)