Skip to content
Snippets Groups Projects
Commit f202930e authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Run Garbage Collector at the end of the script

parent 352cb1c9
No related branches found
No related tags found
1 merge request!2Initial commit
......@@ -514,4 +514,5 @@ for index, channel in enumerate(processing_channels):
results_table.show("Spots")
save_results_table(results_table, filename, "Spots", parent_dir)
IJ.run("Collect Garbage", "");
IJ.log("DONE")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment