We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3679e46 commit 18dd4f2Copy full SHA for 18dd4f2
1 file changed
tests/test_ModelicaSystem.py
@@ -161,10 +161,12 @@ def test_getSolutions_docker(model_firstorder_content):
161
162
file_path = pathlib.Path(modelpath)
163
mod = OMPython.ModelicaSystem(
164
- file=file_path,
165
- model="M",
166
omc_process=omc.omc_process,
167
)
+ mod.model(
+ name="M",
168
+ file=file_path,
169
+ )
170
171
_run_getSolutions(mod)
172
0 commit comments