-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
topic-DataTreeRelated to the implementation of a DataTree classRelated to the implementation of a DataTree classtopic-typing
Description
What is your issue?
In porting xarray-contrib/datatree into pydata/xarray. We discovered some type mismatches.
The general feeling was that we should support Hashable in order to improve DataTree
interactions with Dataset
and DataArray
s.
The quick solution of changing the name type to Hashable in NamedNode fails quickly because of it's PathPurePath inheritance.
This issue just tracks that we want to come back to this.
TomNicholas
Metadata
Metadata
Assignees
Labels
topic-DataTreeRelated to the implementation of a DataTree classRelated to the implementation of a DataTree classtopic-typing
Type
Projects
Status
To do