pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

fix(zarr): use inplace array.resize for zarr 2 and 3 #9673

Closed jhamman closed 1 month ago

jhamman commented 1 month ago

This fixes an error in upstream dev (seen in https://github.com/pydata/xarray/issues/9277 and https://github.com/pydata/xarray/pull/9669)

xref: https://github.com/zarr-developers/zarr-python/pull/2413