zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.53k stars 286 forks source link

fix open_array for mode r+ #2494

Closed d-v-b closed 1 week ago

d-v-b commented 1 week ago

Raises FileNotFoundError if open_array is invoked with mode=r+ when no extant array is found.

Fixes #2491

TODO: