Skip to content

Commit 4705fad

Browse files
authored
Merge branch 'main' into set-init
2 parents e4c411c + 86e7fc6 commit 4705fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/solvers/tests/testcases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
'QP_simple',
292292
):
293293
ExpectedFailures['baron', 'bar', prob] = (
294-
lambda v: v == (25, 7, 16, 0),
294+
lambda v: (25, 7, 10) <= v[:3] <= (25, 7, 16),
295295
"BARON 25.7.16 returns 0 for duals/rc for models solved in preprocessing",
296296
)
297297

0 commit comments

Comments
 (0)