Skip to content

Commit 46ceebc

Browse files
committed
rm spurious print statement
1 parent 14b088d commit 46ceebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

axelrod/tests/unit/test_resultset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ def test_summarise_regression_test(self):
638638
]
639639
tournament = axl.Tournament(players, turns=10, repetitions=3)
640640
results = tournament.play()
641-
print(results.write_summary("other_test.csv"))
642641
summary = [
643642
(
644643
0,

0 commit comments

Comments
 (0)