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 1eccfb0 commit 360758cCopy full SHA for 360758c
axelrod/tests/unit/test_resultset.py
@@ -372,6 +372,7 @@ def test_self_interaction_for_random_strategies(self):
372
results = tournament.play()
373
self.assertEqual(results.payoff_diffs_means[-1][-1], 1.0)
374
375
+
376
class TestResultSetFromFile(unittest.TestCase):
377
tmp_file = tempfile.NamedTemporaryFile(mode='w', delete=False)
378
tournament = axelrod.Tournament(
0 commit comments