Skip to content

Commit 2682502

Browse files
authored
Merge pull request #61 from Axelrod-Python/plus-minus-an-axl-strategy
Add and removing two strategies.
2 parents 2b586a9 + 202c6b7 commit 2682502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 2 additions & 2 deletions
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': axl.Champion,
160+
'axelrod-python_class': None,
161161
'stochastic': True,
162162
'author': 'Danny C Champion',
163163
'original_rank': 2},
@@ -307,7 +307,7 @@
307307
'author': 'Gene Snodgrass',
308308
'original_rank': 56},
309309
'k90r': {
310-
'axelrod-python_class': None,
310+
'axelrod-python_class': axl.TitFor2Tats,
311311
'stochastic': False,
312312
'author': 'John Maynard Smith',
313313
'original_rank': 24},

0 commit comments

Comments
 (0)