Skip to content

Commit d5026bf

Browse files
committed
Add remaining stochastic values
1 parent 0f043e0 commit d5026bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/axelrod_fortran/strategies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@
316316
'original_rank': None},
317317
'k92r': {
318318
'axelrod-python_class': None,
319-
'stochastic': None,
319+
'stochastic': False,
320320
'author': None,
321321
'original_rank': None},
322322
'k93r': {
323323
'axelrod-python_class': 'UnnamedStrategy',
324-
'stochastic': None,
324+
'stochastic': True,
325325
'author': None,
326326
'original_rank': None},
327327
'kpavlovc': {

0 commit comments

Comments
 (0)