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 3f0957a + 5f6be1f commit de18e3dCopy full SHA for de18e3d
requirements.txt
@@ -1 +1 @@
1
-axelrod>=3.8.0
+axelrod>=3.9.0
src/axelrod_fortran/strategies.py
@@ -12,7 +12,7 @@
12
'author': 'Gail Grisell',
13
'original_rank': 23},
14
'k32r': {
15
- 'axelrod-python_class': None,
+ 'axelrod-python_class': axl.Kluepfel,
16
'stochastic': True,
17
'author': 'Charles Kluepfel',
18
'original_rank': 10},
@@ -62,7 +62,7 @@
62
'author': 'Herb Weiner',
63
'original_rank': 7},
64
'k42r': {
65
+ 'axelrod-python_class': axl.Borufsen,
66
'stochastic': False,
67
'author': 'Otto Borufsen',
68
'original_rank': 3},
0 commit comments