Skip to content

Commit 54e15e3

Browse files
committed
??? fix4
1 parent 6e7cc90 commit 54e15e3

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
@@ -90,7 +90,7 @@ def _run_simulation(mod, resultfile, param):
9090

9191
def _run_ModelicaDoERunner(doe_mod):
9292
doe_count = doe_mod.prepare()
93-
assert doe_count == 16
93+
assert doe_count == 4
9494

9595
doe_def = doe_mod.get_doe_definition()
9696
assert isinstance(doe_def, dict)

0 commit comments

Comments
 (0)