Skip to content

Commit 0b7a95b

Browse files
committed
fix
1 parent ea01e81 commit 0b7a95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ModelicaSystemDoE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def param_doe() -> dict[str, list]:
4848
return param
4949

5050

51-
#@pytest.mark.skip(reason="No OMC")
51+
# @pytest.mark.skip(reason="No OMC")
5252
def test_ModelicaSystemDoE_local(tmp_path, model_doe, param_doe):
5353
tmpdir = tmp_path / 'DoE'
5454
tmpdir.mkdir(exist_ok=True)

0 commit comments

Comments
 (0)