Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_search.py
  • Loading branch information
antmarakis authored Apr 17, 2017
commit 8307145679a5e04de67cb7f516bd2bfe5b430980
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def fitness(q):


solution = genetic_algorithm(population, fitness, f_thres=25)
assert fitness(solution) == 25
assert fitness(solution) >= 25


# TODO: for .ipynb:
Expand Down