We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b052e2 commit 2b4be1bCopy full SHA for 2b4be1b
1 file changed
tests/test_ModelicaDoERunner.py
@@ -81,7 +81,7 @@ def test_ModelicaDoEOMC_local(tmp_path, model_doe, param_doe):
81
82
83
def _run_simulation(mod, resultfile, param):
84
- simOptions = {"stopTime": param['stopTime'], "stepSize": 0.1, "tolerance": 1e-8}
+ simOptions = {"stopTime": '1.0', "stepSize": 0.1, "tolerance": 1e-8}
85
mod.setSimulationOptions(**simOptions)
86
mod.simulate(resultfile=resultfile)
87
0 commit comments