We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bb8e4 commit 6152fe6Copy full SHA for 6152fe6
1 file changed
tests/test_ModelicaSystemCmd.py
@@ -23,11 +23,15 @@ def mscmd_firstorder(model_firstorder):
23
model_file=model_firstorder,
24
model_name="M",
25
)
26
- mscmd = OMPython.ModelicaSystemCmd(
27
- session=mod.get_session(),
+
+ mscmd = OMPython.ModelExecutionCmd(
28
runpath=mod.getWorkDirectory(),
29
- modelname=mod._model_name,
+ 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,
33
34
35
return mscmd
36
37
0 commit comments