DC-analysis / dclab

Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) data sets
https://dclab.readthedocs.io
Other
10 stars 12 forks source link

Properly close basin datasets #238

Closed paulmueller closed 8 months ago

paulmueller commented 11 months ago

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__ or close method defined in RTDCBase, so basin datasets can get cleaned up properly.

Related: #226 #214 #237

paulmueller commented 8 months ago

ee39e87