-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open hdf files in read mode if read-only is set #202
Open hdf files in read mode if read-only is set #202
Conversation
Let's check if this is a breaking change for hdf-based mmap @sophiamaedler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but more work to do in this module.
MB it is better to re-design this module in a more readable way. We can still use setattr, but it must be implemented by a well named method. |
definitely this module should be refactored, but this is beyond the scope of this change |
Lets keep the cur version like this then. |
fixes #180