Skip to content

Commit

Permalink
fix island sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Apr 23, 2024
1 parent 9610c1b commit 60e5fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_island.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def test_checkpointing_unequal_populations(
rng=rng,
generations=100,
num_islands=2,
island_sizes=np.array([1, 3]),
island_sizes=np.array([3, 5]),
migration_probability=0.9,
pollination=False, # TODO fixtureize
checkpoint_path=mpi_tmp_path,
Expand Down

0 comments on commit 60e5fa3

Please sign in to comment.