Skip to content

Fix bug in rechunking cftime arrays along a subset of dimensions - #11576

Open
spencerkclark wants to merge 2 commits into
pydata:mainfrom
spencerkclark:fix/multidimensional-cftime-chunks
Open

Fix bug in rechunking cftime arrays along a subset of dimensions#11576
spencerkclark wants to merge 2 commits into
pydata:mainfrom
spencerkclark:fix/multidimensional-cftime-chunks

Conversation

@spencerkclark

Copy link
Copy Markdown
Member

Description

This PR proposes a fix for the issue that prevents rechunking multi-dimensional cftime arrays along a subset of its dimensions. It does so by preserving the chunks along dimensions that were not specified in the new target chunks, as is done for non-cftime arrays.

Checklist

AI Disclosure

This PR was created without AI.

@github-actions github-actions Bot added the topic-NamedArray Lightweight version of Variable label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic-cftime topic-NamedArray Lightweight version of Variable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rechunking a multi-dimensional cftime array along a subset of its dimensions raises an error

1 participant