Skip to content

Commit 86e7fc6

Browse files
authored
Merge pull request #3665 from jsiirola/baron-skip-tests
2 parents 98d3076 + 76f92f6 commit 86e7fc6

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)