Skip to content

Commit c6f560c

Browse files
authored
Remove noise == 0 assertion
1 parent 4fd7552 commit c6f560c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

evolve_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def objective_score_diff(me, other, turns, noise, repetitions):
8080

8181
def objective_moran_win(me, other, turns, noise, repetitions, N=5):
8282
"""Objective function to maximize Moran fixations over N=4 matches"""
83-
assert(noise == 0)
8483
population = []
8584
for _ in range(N):
8685
population.append(me.clone())

0 commit comments

Comments
 (0)