xarray-contrib / datatree

WIP implementation of a tree-like hierarchical data structure for xarray.
https://xarray-datatree.readthedocs.io
Apache License 2.0
161 stars 43 forks source link

fixing kwargs behaviour when opening datatree stored in zarr #328

Closed aladinor closed 2 months ago

aladinor commented 2 months ago
TomNicholas commented 2 months ago

Test looks great @aladinor - I think the error is just because dask is not installed in the test environment.

aladinor commented 2 months ago

Thanks @TomNicholas. Should we include it? do you think we can merge without passing the checks?

TomNicholas commented 2 months ago

Just try adding it to the environment.yml file and see if the automated checks pass.