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
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
I tried to replicate the behavior with datatree version's on the xarray repo. The .pad issue disappear
In that case then unless you want to contribute a fix to this repo, I don't think there is anything to do here, because we're trying to archive this repo very soon.
ValueError: unrecognized chunk manager dask - must be one of: []
Raised whilst mapping function over node with path /simulation/one
Do you have dask installed? If so then this is a separate bug.
The attributes issue should either be fixed or behave the same way as the rest of xarray upstream, and should be re-raised upstream if it's still not working.
The ChunkManger not found issue is independent of DataTree, and again should be re-raised upstream if it's still not working.
Hello,
Attributes disappear after calling the following DataTree method: .chunk, .pad
datatree version: '0.0.13'
I tried to replicate the behavior with datatree version's on the xarray repo. The .pad issue disappear:
xarray version '2024.6.0'
but the following operation raises an error
The text was updated successfully, but these errors were encountered: