You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing a chunk with to_zarr() on a specific region incorrectly fails if a variable is chunked with Dask, even if the variable's chunks are compatible with the Zarr store.
What did you expect to happen?
This code path is used by Xarray-Beam. In particular, this test in Xarray-Beam fails with the latest development version of Xarray.
Hi, I will take a look at this case, as a workaround you can use the mode = "a", but I think that the problem is that the algorithm is detecting that the region is covering the last chunk which is incorrect for this case I think.
What happened?
Writing a chunk with
to_zarr()
on a specific region incorrectly fails if a variable is chunked with Dask, even if the variable's chunks are compatible with the Zarr store.What did you expect to happen?
This code path is used by Xarray-Beam. In particular, this test in Xarray-Beam fails with the latest development version of Xarray.
Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output
Anything else we need to know?
These error messages were introduced by #9527
Environment
The text was updated successfully, but these errors were encountered: