You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: widen is_regular_* annotations and cast ChunksTuple in create_chunk_grid_metadata
Accept ndarray[int64] in is_regular_1d/is_regular_nd alongside Sequence[int].
Cast only the first element per axis on the regular path so D ints are
allocated rather than N*D. Materialize fully on the rectilinear path because
_validate_chunk_shapes checks isinstance(dim_spec, int) which rejects np.int64.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments