Skip to content

Commit 6bd2fb5

Browse files
authored
Merge pull request #51 from Axelrod-Python/add-tft-as-known-axelrod-class
Add axl.TfT as known class for Rapoport
2 parents 67c9fef + 7d05fef commit 6bd2fb5

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
@@ -317,7 +317,7 @@
317317
'author': 'Jonathan Pinkley',
318318
'original_rank': 30},
319319
'k92r': {
320-
'axelrod-python_class': None,
320+
'axelrod-python_class': axl.TitForTat,
321321
'stochastic': False,
322322
'author': 'Anatol Rapoport',
323323
'original_rank': 1},

0 commit comments

Comments
 (0)