Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chunking quickstart for recent xarray chunking changes #132

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

dougiesquire
Copy link
Collaborator

With xarray >= v2023.09.0 the behaviour of xarray.open_dataset(..., chunks={}) has changed. This chunking strategy is used by default by Intake-ESM. The PR updates the chunking quickstart tutorial in the documentation to include information about this change.

Closes #126

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1a1dbcd) 97.20% compared to head (67be2a2) 97.20%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage   97.20%   97.20%           
=======================================
  Files           9        9           
  Lines         573      573           
=======================================
  Hits          557      557           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dougiesquire dougiesquire merged commit 2747252 into main Oct 17, 2023
14 checks passed
@dougiesquire dougiesquire deleted the 126_chunking_docs branch October 17, 2023 07:39
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.

Default chunking has changed
1 participant