Skip to content

Commit dee527e

Browse files
committed
another fix - missing class rename (ModelExecutionCmd => ModelExecutionConfig)
1 parent c058557 commit dee527e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests_v400/test_ModelicaSystemCmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def model_firstorder(tmp_path):
1818
@pytest.fixture
1919
def mscmd_firstorder(model_firstorder):
2020
mod = OMPython.ModelicaSystem(fileName=model_firstorder.as_posix(), modelName="M")
21-
mscmd = OMPython.ModelExecutionCmd(
21+
mscmd = OMPython.ModelExecutionConfig(
2222
runpath=mod.getWorkDirectory(),
2323
model_name=mod._model_name,
2424
cmd_prefix=[],

0 commit comments

Comments
 (0)