Skip to content

Commit 2b4be1b

Browse files
committed
??? fix2
1 parent 6b052e2 commit 2b4be1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ModelicaDoERunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_ModelicaDoEOMC_local(tmp_path, model_doe, param_doe):
8181

8282

8383
def _run_simulation(mod, resultfile, param):
84-
simOptions = {"stopTime": param['stopTime'], "stepSize": 0.1, "tolerance": 1e-8}
84+
simOptions = {"stopTime": '1.0', "stepSize": 0.1, "tolerance": 1e-8}
8585
mod.setSimulationOptions(**simOptions)
8686
mod.simulate(resultfile=resultfile)
8787

0 commit comments

Comments
 (0)