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
* hopefully fix lazy loading bug
* forgot DataArrays don't have a ._variable attribute
* same problem but for Dataset variables
* another fix
* missing .items()
* Access `_data` via xarray `variable`
---------
Co-authored-by: Tom White <tom.e.white@gmail.com>
# Note: We use ._data here instead of .data to avoid eager loading inside xarray.open_dataset internals - see https://github.com/cubed-dev/cubed/issues/855
0 commit comments