tlambert03 / nd2

Full-featured nd2 (Nikon NIS Elements) file reader for python. Outputs to numpy, dask, and xarray. Exhaustive metadata extraction
https://tlambert03.github.io/nd2
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

fix: close handles on object deletion #116

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

This closes an underlying file handle on object deletion (with a warning) in the case where the file is left open.

partial fix for #114 ... (though I haven't yet been able to check whether this solves the case of an exception on file open)