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