Appending to re-opened zarr array does not respect write_empty_chunks
#2931
Labels
bug
Potential issues with the zarr-python library
Zarr version
3.0.7.dev3+g9e8b50ae
Numcodecs version
0.15.1
Python Version
3.13.2
Operating System
mac
Installation
from source
Description
When you open an existing array in order to resize and write new values to it the
write_empty_chunks
config is no longer respected.Steps to reproduce
gives
not only are chunks 2 and 3 not written, but unexpectedly chunks 0 and 1 are removed from disk.
if you comment out the
zarr.open...
line then the output looks like:Additional output
No response
The text was updated successfully, but these errors were encountered: