Skip to content

Commit

Permalink
Removed assert False
Browse files Browse the repository at this point in the history
  • Loading branch information
alcides committed Nov 2, 2024
1 parent 7a714c3 commit 23cb6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/representations/representations_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def fitness_function(x: Root) -> float:
grammar=g,
)
gp.search()
assert False

def test_enumerative_combine(self) -> None:
def gen_bool(t):
Expand Down

0 comments on commit 23cb6bc

Please sign in to comment.