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
which only has time defined in the root group. Based on #9463 I expected the inheritance onto child node to be implicit, and not have the same coordinate explicitly displayed twice.
I also don't understand why the current repr does not have time displayed in the /weather/temperature node.
It's possible that this is caused by an interaction between #9475 and .from_dict (I haven't looked into this deeply yet), but I wanted to make a note that we should come back to check this definitely works once #9475 is resolved.
What is your issue?
The example DataTree under "DataTree Inheritance" on the Data Structures docs page doesn't display the way I expected it to.
It currently looks like this:
Which notice has an identical
time
coordinate displayed in multiple child groups.But I expected it to look like this:
which only has
time
defined in the root group. Based on #9463 I expected the inheritance onto child node to be implicit, and not have the same coordinate explicitly displayed twice.I also don't understand why the current repr does not have
time
displayed in the/weather/temperature
node.It's possible that this is caused by an interaction between #9475 and
.from_dict
(I haven't looked into this deeply yet), but I wanted to make a note that we should come back to check this definitely works once #9475 is resolved.cc @shoyer @flamingbear
The text was updated successfully, but these errors were encountered: