We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9d9c9 commit 2c1b8fcCopy full SHA for 2c1b8fc
1 file changed
tests/test_ModelicaSystemDoE.py
@@ -48,7 +48,7 @@ def param_doe() -> dict[str, list]:
48
return param
49
50
51
-@pytest.mark.skip(reason="No OMC")
+#@pytest.mark.skip(reason="No OMC")
52
def test_ModelicaSystemDoE_local(tmp_path, model_doe, param_doe):
53
tmpdir = tmp_path / 'DoE'
54
tmpdir.mkdir(exist_ok=True)
0 commit comments