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.
1 parent ff14b68 commit 67594a4Copy full SHA for 67594a4
1 file changed
pyomo/contrib/doe/tests/test_greybox.py
@@ -2067,9 +2067,6 @@ def test_optimize_experiments_single_experiment_greybox_path_works(self):
2067
@unittest.skipIf(not numpy_available, "Numpy is not available")
2068
@unittest.skipIf(not scipy_available, "scipy is not available")
2069
@unittest.skipIf(not pandas_available, "pandas is not available")
2070
-@unittest.skipIf(
2071
- not parameterized_available, "The 'parameterized' package is not available"
2072
-)
2073
class TestMultiexperimentError(unittest.TestCase):
2074
def test_optimize_experiments_greybox_unsupported_objectives_are_rejected(self):
2075
# These unsupported objectives share the same early-validation path, so
0 commit comments