Skip to content

Commit 131bdd4

Browse files
committed
f - ??? fix docker
1 parent 8f66219 commit 131bdd4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_getSolutions_docker(model_firstorder_content):
163163
omc_process=omc.omc_process,
164164
)
165165
mod.model(
166-
file=filePath,
166+
file=file_path,
167167
name="M",
168168
)
169169

tests/test_ModelicaSystemDoE.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_ModelicaSystemDoE_docker(tmp_path, model_doe, param_doe):
7171
omc = OMPython.OMCSessionZMQ(omc_process=omcp)
7272
assert omc.sendExpression("getVersion()") == "OpenModelica 1.25.0"
7373

74+
modelpath = omc.omcpath_tempdir()
7475
# modelpath = omc.omcpath_tempdir() / 'M.mo'
7576
# modelpath.write_text(model_doe.read_text())
7677

0 commit comments

Comments
 (0)