Skip to content

Commit

Permalink
correct _parse_keep_array_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Feb 5, 2025
1 parent c499b78 commit aad5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/core/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -4478,7 +4478,7 @@ def _parse_keep_array_attr(
]:
if isinstance(data, Array):
if chunks == "keep":
parsed_chunks = data.chunks
chunks = data.chunks
if shards == "keep":
shards = data.shards
if zarr_format is None:
Expand Down

0 comments on commit aad5ca1

Please sign in to comment.