We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b586a9 + 202c6b7 commit 2682502Copy full SHA for 2682502
src/axelrod_fortran/strategies.py
@@ -157,7 +157,7 @@
157
'author': 'Jim Graaskamp and Ken Katzen',
158
'original_rank': 6},
159
'k61r': {
160
- 'axelrod-python_class': axl.Champion,
+ 'axelrod-python_class': None,
161
'stochastic': True,
162
'author': 'Danny C Champion',
163
'original_rank': 2},
@@ -307,7 +307,7 @@
307
'author': 'Gene Snodgrass',
308
'original_rank': 56},
309
'k90r': {
310
- 'axelrod-python_class': None,
+ 'axelrod-python_class': axl.TitFor2Tats,
311
'stochastic': False,
312
'author': 'John Maynard Smith',
313
'original_rank': 24},
0 commit comments