We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16fa1e commit 62459b1Copy full SHA for 62459b1
xarray/backends/zarr.py
@@ -201,7 +201,7 @@ def _determine_zarr_chunks(
201
f"Specified zarr chunks encoding['chunks']={enc_chunks_tuple!r} for "
202
f"variable named {name!r} would overlap multiple dask chunks {var_chunks!r} "
203
f"on the region {region}. "
204
- f"Writing this array in parallel with dask could lead to corrupted data."
+ f"Writing this array in parallel with dask could lead to corrupted data. "
205
f"Consider either rechunking using `chunk()`, deleting "
206
f"or modifying `encoding['chunks']`, or specify `safe_chunks=False`."
207
)
0 commit comments