Skip to content

Commit 5bf200b

Browse files
author
martin
committed
added default second argument to evolved looker up (not sure why!)
1 parent fb871dc commit 5bf200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/lookerup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class EvolvedLookerUp(LookerUp):
130130
//TODO: update this docstring with a link to a blog post once I've written about it :-)
131131
"""
132132

133-
def __init__(self):
133+
def __init__(self, lookup_table=None):
134134
self.name = "EvolvedLookerUp"
135135
plays = 2
136136
opponent_start_plays = 2

0 commit comments

Comments
 (0)