[v3] Function zeros_like
ignores overrides in keyword arguments (e.g. chunks
, dtype
).
#2989
Labels
bug
Potential issues with the zarr-python library
Zarr version
3.0.6
Numcodecs version
0.15.1
Python Version
3.13
Operating System
Mac
Installation
Using uv into virtual env
Description
The
zeros_like
function doesn't honor the overrides. e.g.chunks
anddtype
.Steps to reproduce
arr2.chunks
should show (16, 16, 16) but it keeps original (256, 512, 512)Additional output
Here is metadata for that
clone
array.The text was updated successfully, but these errors were encountered: