Skip to content

Return Python ints from large_chunk_size - #286

Merged
JoOkuma merged 1 commit into
mainfrom
fix/issue-284-chunk-ints
Aug 13, 2026
Merged

Return Python ints from large_chunk_size#286
JoOkuma merged 1 commit into
mainfrom
fix/issue-284-chunk-ints

Conversation

@JoOkuma

@JoOkuma JoOkuma commented Aug 13, 2026

Copy link
Copy Markdown
Member

Closes #284

Normalizes every large_chunk_size result element to a built-in Python int, avoiding zarr 3.3 scalar handling failures. Adds focused 2D, 3D, and 4D regression coverage for chunk values and types.

Tests: focused pytest (3 passed), zarr 3.3.0 array_apply reproduction, and pre-commit on changed files.

@JoOkuma
JoOkuma merged commit 22e4820 into main Aug 13, 2026
4 checks passed
@JoOkuma
JoOkuma deleted the fix/issue-284-chunk-ints branch August 13, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

large_chunk_size returns numpy integers, which break zarr >=3.3

1 participant