Skip to content

Commit d572806

Browse files
committed
Revert "Add garbage collector."
This reverts commit 0f52e2d.
1 parent 0f52e2d commit d572806

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

axelrod/result_set.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from collections import defaultdict
22
import csv
33
import tqdm
4-
import gc
54

65
from numpy import mean, nanmedian, std
76

@@ -900,7 +899,6 @@ def read_match_chunks(self, progress_bar=False):
900899
yield repetitions
901900
repetitions = []
902901
count = 0
903-
gc.collect()
904902

905903
if progress_bar:
906904
progress_bar.close()

0 commit comments

Comments
 (0)