We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e06897 commit 4b895c7Copy full SHA for 4b895c7
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