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 974faef commit 636c9cfCopy full SHA for 636c9cf
axelrod/tests/integration/test_tournament.py
@@ -101,7 +101,9 @@ def test_repeat_tournament_deterministic(self):
101
# "test_outputs/stochastic_tournament_{}.csv".format(_)
102
# )
103
# MG: Changed to use right filename "deterministic_tournament_{}.csv"
104
- path = pathlib.Path(f"test_outputs/deterministic_tournament_{_}.csv")
+ path = pathlib.Path(
105
+ f"test_outputs/deterministic_tournament_{_}.csv"
106
+ )
107
# MG: Control for file existence before new execution
108
if path.exists():
109
path.unlink()
0 commit comments