Skip to content

Error with repeated dimension name in DataTree #10267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TomNicholas opened this issue Apr 28, 2025 · 0 comments
Open

Error with repeated dimension name in DataTree #10267

TomNicholas opened this issue Apr 28, 2025 · 0 comments
Labels
bug topic-DataTree Related to the implementation of a DataTree class

Comments

@TomNicholas
Copy link
Member

This seems like a real error, even if it is the edge case of two identically-named dimensions...

>           assert_identical(unaligned_dict_of_datasets["/Group1"], expected)
E           AssertionError: Left and right Dataset objects are not identical
E           Differing dimensions:
E               (lat: 1, lon: 2) != (lon: 2)
E           Differing data variables:
E           L   group_1_var  (lat, lon) float64 16B ...
E           R   group_1_var  (lon, lon) float64 32B ...

Originally posted by @TomNicholas in #10139 (comment)

@TomNicholas TomNicholas added topic-DataTree Related to the implementation of a DataTree class bug labels Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic-DataTree Related to the implementation of a DataTree class
Projects
None yet
Development

No branches or pull requests

1 participant