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
Some public methods of the class for storing HDF files (Storage) currently require that the HDF file represented by the object is open. This means you have to use the context manager of the class before you call these methods, which makes using the class incorrectly too easy. Ideally we should separate the context manager from the object that reads the file.
The text was updated successfully, but these errors were encountered:
Description
Some public methods of the class for storing HDF files (
Storage
) currently require that the HDF file represented by the object is open. This means you have to use the context manager of the class before you call these methods, which makes using the class incorrectly too easy. Ideally we should separate the context manager from the object that reads the file.The text was updated successfully, but these errors were encountered: