Skip to content

Commit 3f0957a

Browse files
authored
Merge pull request #67 from Axelrod-Python/mark-go-by-majority-implementation
Mark go by majority implementation
2 parents 6c9e778 + a6dfefc commit 3f0957a

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
@@ -7,7 +7,7 @@
77
'author': None,
88
'original_rank': None},
99
'k31r': {
10-
'axelrod-python_class': None,
10+
'axelrod-python_class': axl.GoByMajority,
1111
'stochastic': False,
1212
'author': 'Gail Grisell',
1313
'original_rank': 23},

0 commit comments

Comments
 (0)