Skip to content
Snippets Groups Projects
Commit 44f7e6fb authored by Cedric Verstege's avatar Cedric Verstege
Browse files

Fix root memory usage

parent e8a0002f
Branches
No related tags found
No related merge requests found
......@@ -96,4 +96,7 @@ class GridEval(law.Task):
hist_mean.Write()
hist_down.Write()
hist_up.Write()
del hist_mean
del hist_down
del hist_up
out_file.Close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment