Skip to content

Commit 67594a4

Browse files
committed
Remove parameterized package availability check from TestSingleExperimentSolve
1 parent ff14b68 commit 67594a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyomo/contrib/doe/tests/test_greybox.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,9 +2067,6 @@ def test_optimize_experiments_single_experiment_greybox_path_works(self):
20672067
@unittest.skipIf(not numpy_available, "Numpy is not available")
20682068
@unittest.skipIf(not scipy_available, "scipy is not available")
20692069
@unittest.skipIf(not pandas_available, "pandas is not available")
2070-
@unittest.skipIf(
2071-
not parameterized_available, "The 'parameterized' package is not available"
2072-
)
20732070
class TestMultiexperimentError(unittest.TestCase):
20742071
def test_optimize_experiments_greybox_unsupported_objectives_are_rejected(self):
20752072
# These unsupported objectives share the same early-validation path, so

0 commit comments

Comments
 (0)