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 df7aae6 commit a2fa097Copy full SHA for a2fa097
src/zarr/codecs/_v2.py
@@ -69,7 +69,7 @@ async def _encode_single(
69
chunk = chunk_array.as_ndarray_like()
70
71
# ensure contiguous and correct order
72
- chunk = chunk.astype(chunk_spec.dtype, order=chunk_spec.order, copy=False)
+ chunk = chunk.astype(chunk_spec.dtype, order=chunk_spec.order)
73
74
# apply filters
75
if self.filters:
0 commit comments