Skip to content

Commit f2a7410

Browse files
committed
Fix in test_persist_simulation tests
* The yaml was changed to run the exactly same test as before the experiment reestructuration #35
1 parent 6d15484 commit f2a7410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ integration_tests:
1919
description: "Execute MLC and generate populations 1-3. Execute MLC again and generate populations 4-7 using individuals generated during the first execution."
2020
generations:
2121
- 3
22-
- 7
22+
- [3, 7]
2323
test_persist_reusing_simulations:
2424
name: "Multiple execution on the same simulation reusing individuals"
2525
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

Comments
 (0)