Skip to content

Commit 7d05fef

Browse files
committed
Add axl.TfT as known class for Rapoport
1 parent 67c9fef commit 7d05fef

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)