-
Notifications
You must be signed in to change notification settings - Fork 0
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
Catch some allowed exceptions #5
Catch some allowed exceptions #5
Conversation
I'm happy to make it configurable. Perhaps we should provide a default but make it configurable?
I think as you have is probably fine? |
This is the approach that fsspec takes. I think it's necessary to provide a default because FileNotFoundErrors need to be caught for determining groups/arrays/nothing.
I could test this, but I thought that there may be an issue in zarr-python/src/zarr/storage/object_store.py Lines 355 to 359 in 72c9b30
|
So in that case we should always catch |
Oh perhaps; maybe just use |
Perhaps you're right that this snippet needs to be updated in more ways than just replacing |
zarr.create_array
works with this PR. Here are a couple open questions:get_partial_values
?Work torwards zarr-developers#1661