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
support chunks in open_groups and open_datatree (#9660)
* support chunking and default values in `open_groups`
* same for `open_datatree`
* use `group_subtrees` instead of `map_over_datasets`
* check that `chunks` on `open_datatree` works
* specify the chunksizes when opening from disk
* check that `open_groups` with chunks works, too
* require dask for `test_open_groups_chunks`
* protect variables from write operations
* copy over `_close` from the backend tree
* copy a lot of the docstring from `open_dataset`
* same for `open_groups`
* reuse `_protect_dataset_variables_inplace`
* final missing `requires_dask`
* typing for the test utils
Co-authored-by: Tom Nicholas <[email protected]>
* type hints for `_protect_datatree_variables_inplace`
Co-authored-by: Tom Nicholas <[email protected]>
* type hints for `_protect_dataset_variables_inplace`
* copy over the name of the backend tree
Co-authored-by: Tom Nicholas <[email protected]>
* typo
* swap the order of arguments to `assert_identical`
* try explicitly typing `data`
* typo
* use `Hashable` for variable names
---------
Co-authored-by: Tom Nicholas <[email protected]>
Co-authored-by: Tom Nicholas <[email protected]>
0 commit comments