We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67d34c1 + da1c0c3 commit d428026Copy full SHA for d428026
pyomo/contrib/doe/tests/test_doe_solve.py
@@ -251,7 +251,9 @@ def test_reactor_obj_cholesky_solve(self):
251
# Make sure FIM and Q.T @ sigma_inv @ Q are close (alternate definition of FIM)
252
self.assertTrue(np.all(np.isclose(FIM, Q.T @ sigma_inv @ Q)))
253
254
- def test_reactor_obj_cholesky_solve_bad_prior(self):
+ 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.
257
from pyomo.contrib.doe.doe import _SMALL_TOLERANCE_DEFINITENESS
258
259
fd_method = "central"
0 commit comments