Closed paulmueller closed 10 months ago
RTDC_HDF5 has __enter__ and __exit__ specified. But if we have a basin dataset, we might also run into a memory leak:
RTDC_HDF5
__enter__
__exit__
There should be an __exit__ or close method defined in RTDCBase, so basin datasets can get cleaned up properly.
close
RTDCBase
Related: #226 #214 #237
ee39e87
RTDC_HDF5
has__enter__
and__exit__
specified. But if we have a basin dataset, we might also run into a memory leak:There should be an
__exit__
orclose
method defined inRTDCBase
, so basin datasets can get cleaned up properly.Related: #226 #214 #237