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

Get core Dask functionality from cfdm #836

Merged
merged 31 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
Co-authored-by: Sadie L. Bartholomew <sadie.bartholomew@ncas.ac.uk>
  • Loading branch information
davidhassell and sadielbartholomew authored Jan 8, 2025
commit d39d7045fa611d507526f44fb30d4cccb38388bb
2 changes: 1 addition & 1 deletion cf/data/data.py
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ class Data(DataClassDeprecationsMixin, CFANetCDF, Container, cfdm.Data):
# when a new dask array is set. See `_clear_after_dask_update` for
# details.
#
# These must constants must have values 2**N (N>=1), except for
# These constants must have values 2**N (N>=1), except for
# `_NONE` which must be 0, and `_ALL` which must be the sum of
# other constants. It is therefore convenient to define these
# constants in binary.