Skip to content

Commit de18e3d

Browse files
authored
Merge pull request #69 from Axelrod-Python/update-implemented-strategies
Update implemented strategies
2 parents 3f0957a + 5f6be1f commit de18e3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
axelrod>=3.8.0
1+
axelrod>=3.9.0

src/axelrod_fortran/strategies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'author': 'Gail Grisell',
1313
'original_rank': 23},
1414
'k32r': {
15-
'axelrod-python_class': None,
15+
'axelrod-python_class': axl.Kluepfel,
1616
'stochastic': True,
1717
'author': 'Charles Kluepfel',
1818
'original_rank': 10},
@@ -62,7 +62,7 @@
6262
'author': 'Herb Weiner',
6363
'original_rank': 7},
6464
'k42r': {
65-
'axelrod-python_class': None,
65+
'axelrod-python_class': axl.Borufsen,
6666
'stochastic': False,
6767
'author': 'Otto Borufsen',
6868
'original_rank': 3},

0 commit comments

Comments
 (0)