Skip to content

Commit cf8ca39

Browse files
authored
[test_ModelicSystemDoE] simplify test_ModelicaSystemDoE_local (#371)
1 parent bfe7b02 commit cf8ca39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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
fileName=model_doe.as_posix(),
7776
modelName="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)