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

support chunks in open_groups and open_datatree #9660

Merged
merged 23 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fe95b16
support chunking and default values in `open_groups`
keewis Oct 22, 2024
3bfbc3a
same for `open_datatree`
keewis Oct 22, 2024
f4abb01
use `group_subtrees` instead of `map_over_datasets`
keewis Oct 22, 2024
b0458aa
check that `chunks` on `open_datatree` works
keewis Oct 22, 2024
4dbd91e
specify the chunksizes when opening from disk
keewis Oct 23, 2024
11850fd
check that `open_groups` with chunks works, too
keewis Oct 23, 2024
a71f5e2
require dask for `test_open_groups_chunks`
TomNicholas Oct 23, 2024
6d3deed
protect variables from write operations
keewis Oct 23, 2024
7f770cf
copy over `_close` from the backend tree
keewis Oct 23, 2024
05efaf6
copy a lot of the docstring from `open_dataset`
keewis Oct 23, 2024
f9fee40
same for `open_groups`
keewis Oct 23, 2024
2e10bdc
Merge branch 'main' into open_datatree-dask
keewis Oct 23, 2024
a4e99c6
reuse `_protect_dataset_variables_inplace`
keewis Oct 23, 2024
3e8b80c
final missing `requires_dask`
keewis Oct 23, 2024
cf1a6b0
typing for the test utils
keewis Oct 24, 2024
114c4dc
type hints for `_protect_datatree_variables_inplace`
keewis Oct 24, 2024
9eac19d
type hints for `_protect_dataset_variables_inplace`
keewis Oct 24, 2024
446a53d
copy over the name of the backend tree
keewis Oct 24, 2024
5b36701
typo
keewis Oct 24, 2024
66616f7
swap the order of arguments to `assert_identical`
keewis Oct 24, 2024
843b2fc
try explicitly typing `data`
keewis Oct 24, 2024
8950841
typo
keewis Oct 24, 2024
4d93ada
use `Hashable` for variable names
keewis Oct 24, 2024
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
Loading
Loading