Skip to content

Commit 53e154d

Browse files
authored
Merge pull request #52 from Axelrod-Python/k61r
Assert that K61R is axl.Champion
2 parents 50b55dd + ecd3ca9 commit 53e154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
'author': 'Jim Graaskamp and Ken Katzen',
158158
'original_rank': 6},
159159
'k61r': {
160-
'axelrod-python_class': None,
160+
'axelrod-python_class': axl.Champion,
161161
'stochastic': True,
162162
'author': 'Danny C Champion',
163163
'original_rank': 2},

0 commit comments

Comments
 (0)