Skip to content

Commit d428026

Browse files
authored
Merge pull request #3776 from jsiirola/doe-test-fail
DIsable unreliable DoE test
2 parents 67d34c1 + da1c0c3 commit d428026

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyomo/contrib/doe/tests/test_doe_solve.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ def test_reactor_obj_cholesky_solve(self):
251251
# Make sure FIM and Q.T @ sigma_inv @ Q are close (alternate definition of FIM)
252252
self.assertTrue(np.all(np.isclose(FIM, Q.T @ sigma_inv @ Q)))
253253

254-
def test_reactor_obj_cholesky_solve_bad_prior(self):
254+
def DISABLE_test_reactor_obj_cholesky_solve_bad_prior(self):
255+
# [10/2025] This test has been disabled because it frequently
256+
# (and randomly) returns "infeasible" when run on Windows.
255257
from pyomo.contrib.doe.doe import _SMALL_TOLERANCE_DEFINITENESS
256258

257259
fd_method = "central"

0 commit comments

Comments
 (0)