Skip to content

Commit

Permalink
Remove last reference of gc
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Nov 13, 2023
1 parent 18b4d4b commit 1fb9a62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boutdata/squashoutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def squashoutput(
from boututils.boutarray import BoutArray
import numpy
import os
import gc
import tempfile
import shutil
import glob
Expand Down Expand Up @@ -238,7 +237,6 @@ def squashoutput(
f.write(varname, var)

var = None
# gc.collect()

# Copy file attributes
for attrname in outputs.list_file_attributes():
Expand Down

0 comments on commit 1fb9a62

Please sign in to comment.