Skip to content

Commit 6a63548

Browse files
committed
[test_ModelicaSystemDoE] simplify test
1 parent 59af333 commit 6a63548

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_ModelicaSystemDoE.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ 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()
7574
doe_mod = OMPython.ModelicaSystemDoE(
7675
model_file=model_doe,
7776
model_name="M",
7877
parameters=param_doe,
7978
omc_process=omcp,
80-
resultpath=modelpath,
8179
simargs={"override": {'stopTime': 1.0}},
8280
)
8381

0 commit comments

Comments
 (0)