-
-
Notifications
You must be signed in to change notification settings - Fork 329
Array.read_only incorrect #2949
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
Comments
In zarr-python 3, arrays and groups don't have their own read / write permission model, instead all of that is handled by the storage layer. Thus the |
Hmm, in that case should passing a mode to |
i believe |
👍 - I think it's pretty bad that it silently does nothing at the moment! |
Given the mode is "r", I think
.read_only
should returnTrue
?The text was updated successfully, but these errors were encountered: