We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8b28c commit 5b15633Copy full SHA for 5b15633
src/murfey/client/contexts/clem.py
@@ -274,6 +274,11 @@ def post_transfer(
274
if post_result is False:
275
return False
276
logger.info(f"Started preprocessing of TIFF series {series_name!r}")
277
+
278
+ # Clean up memory after posting
279
+ del self._tiff_series[series_name]
280
+ del self._series_metadata[series_name]
281
+ del self._files_in_series[series_name]
282
else:
283
logger.debug(f"TIFF series {series_name!r} is still being processed")
284
0 commit comments