You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/integration_tests/integration_tests.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ integration_tests:
19
19
description: "Execute MLC and generate populations 1-3. Execute MLC again and generate populations 4-7 using individuals generated during the first execution."
20
20
generations:
21
21
- 3
22
-
- 7
22
+
- [3, 7]
23
23
test_persist_reusing_simulations:
24
24
name: "Multiple execution on the same simulation reusing individuals"
25
25
description: "Execute MLC and generate populations 1-5. Execute MLC again and generate populations 3-7 reusing generations 1-3 and discarding generations 4-5 from the first execution."
0 commit comments