You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we internally pass around the file handle and starting to use {HDF5Array} would require refactoring to pass the path instead and open/close the file every time we read/write something.
Would it be possible to enable this?:
At the moment we internally pass around the file handle and starting to use {HDF5Array} would require refactoring to pass the path instead and open/close the file every time we read/write something.