There was an error while loading. Please reload this page.
1 parent c058557 commit dee527eCopy full SHA for dee527e
1 file changed
tests_v400/test_ModelicaSystemCmd.py
@@ -18,7 +18,7 @@ def model_firstorder(tmp_path):
18
@pytest.fixture
19
def mscmd_firstorder(model_firstorder):
20
mod = OMPython.ModelicaSystem(fileName=model_firstorder.as_posix(), modelName="M")
21
- mscmd = OMPython.ModelExecutionCmd(
+ mscmd = OMPython.ModelExecutionConfig(
22
runpath=mod.getWorkDirectory(),
23
model_name=mod._model_name,
24
cmd_prefix=[],
0 commit comments