Skip to content

Commit 7b5bb38

Browse files
committed
Merge branch 'main' of https://github.com/codegithubka/CSS_Project into kimon
2 parents 1021fec + 33b6500 commit 7b5bb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ def test_predators_dominate_with_high_birth_and_zero_predator_death():
106106
after_pred = int(np.count_nonzero(pp.grid == 2))
107107
# after sufficient time, prey should go extinct and predators remain
108108
assert after_prey == 0
109-
assert after_pred > 0
109+
assert after_pred > 0

0 commit comments

Comments
 (0)