Skip to content

Commit 0bd8888

Browse files
committed
??? fix ModelicaSystemOMC
1 parent 9e20b99 commit 0bd8888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_ModelicaSystemDoE.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_ModelicaSystemDoE_docker(tmp_path, model_doe, param_doe):
7878
omc = OMPython.OMCSessionZMQ(omc_process=omcs)
7979
assert omc.sendExpression("getVersion()") == "OpenModelica 1.25.0"
8080

81-
mod = OMPython.ModelicaSystem(
81+
mod = OMPython.ModelicaSystemOMC(
8282
session=omcs,
8383
)
8484
mod.model(
@@ -102,7 +102,7 @@ def test_ModelicaSystemDoE_WSL(tmp_path, model_doe, param_doe):
102102
omc = OMPython.OMCSessionZMQ(omc_process=omcs)
103103
assert omc.sendExpression("getVersion()") == "OpenModelica 1.25.0"
104104

105-
mod = OMPython.ModelicaSystem(
105+
mod = OMPython.ModelicaSystemOMC(
106106
session=omcs,
107107
)
108108
mod.model(

0 commit comments

Comments
 (0)