Skip to content

Commit 869c706

Browse files
committed
??? fix run_doe
1 parent 827f7bd commit 869c706

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tools/run_doe.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pathlib
44
import logging
55

6-
logging.basicConfig(level=logging.WARNING) # DEBUG)
6+
logging.basicConfig(level=logging.DEBUG)
77

88
logger = logging.getLogger(__name__)
99

@@ -57,7 +57,7 @@ def test_ModelicaSystemDoE(tmp_path, model_doe, param_doe):
5757
fileName=model_file,
5858
modelName="M",
5959
parameters=param_doe,
60-
resultpath=result_path_doe,
60+
resultpath=model_path_doe,
6161
simargs={"override": {'stopTime': 1.0}},
6262
omc_process=om.omc_process,
6363
)
@@ -116,7 +116,6 @@ def test_ModelicaSystemDoE(tmp_path, model_doe, param_doe):
116116
tmp_path=tempdir_omcpath,
117117
model_doe=model_file_omcpath,
118118
param_doe=param,
119-
result_path_doe=tempdir_omcpath,
120119
)
121120

122121
print("DONE")

0 commit comments

Comments
 (0)