We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c1e27 commit 6d59d2cCopy full SHA for 6d59d2c
1 file changed
tests/test_ModelicaSystemCmd.py
@@ -29,7 +29,7 @@ def mscmd_firstorder(model_firstorder):
29
cmd_local=mod.get_session().model_execution_local,
30
cmd_windows=mod.get_session().model_execution_windows,
31
cmd_prefix=mod.get_session().model_execution_prefix(cwd=mod.getWorkDirectory()),
32
- model_name=mod._model_name,
+ model_name=mod.get_model_name(),
33
)
34
35
return mscmd
0 commit comments