Skip to content

Commit e6492dc

Browse files
colinfrischCopilot
andauthored
Update examples/virus_antibody/agents.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 07b922f commit e6492dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/virus_antibody/agents.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def __init__(
5353
self.ko_steps_left = 0
5454

5555
def step(self):
56-
if self is None:
57-
return
58-
5956
# Acquire a virus target if we don't already have one
6057
if self.target is None:
6158
closest = self.find_closest_virus()

0 commit comments

Comments
 (0)