Skip to content

Commit a6dfefc

Browse files
committed
Mark strategy as go by majority.
k31r is GoByMajority.
1 parent 428ca39 commit a6dfefc

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': axl.HardGoByMajority,
10+
'axelrod-python_class': axl.GoByMajority,
1111
'stochastic': False,
1212
'author': 'Gail Grisell',
1313
'original_rank': 23},

0 commit comments

Comments
 (0)