We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea01e81 commit 0b7a95bCopy full SHA for 0b7a95b
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