Open
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.
Metadata
Metadata
Assignees
Type
Projects
Status
To do