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.
1 parent 979326d commit 9c84f19Copy full SHA for 9c84f19
axelrod/tests/strategies/test_meta.py
@@ -347,7 +347,7 @@ class TestMetaMajorityMemoryOne(TestMetaPlayer):
347
}
348
349
def test_strategy(self):
350
- actions = [(C, C), (C, D), (C, C), (C, D), (D, C)]
+ actions = [(C, C), (C, D), (D, C), (C, D), (D, C)]
351
self.versus_test(opponent=axl.Alternator(), expected_actions=actions)
352
353
@@ -422,7 +422,7 @@ class TestMetaWinnerFiniteMemory(TestMetaPlayer):
422
423
424
425
+ actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
426
427
428
@@ -568,7 +568,7 @@ class TestNMWEStochastic(TestMetaPlayer):
568
569
570
571
572
self.versus_test(opponent=axl.Alternator(), expected_actions=actions, seed=20)
573
574
0 commit comments