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
Currently, DataTree.identical() considers one and two to be identical, but the coordinate a is defined redundantly in the first tree.
For most purposes, these DataTree objects are identical, but are edge cases where it could be different, e.g., when wrting these trees to netCDF or Zarr.
It would be helpful if the .identical() checked for such discrepancies, e.g., to facilitate writing unit tests as in #9214.
The text was updated successfully, but these errors were encountered:
What is your issue?
Consider the following two data trees:
Currently,
DataTree.identical()
considersone
andtwo
to be identical, but the coordinatea
is defined redundantly in the first tree.For most purposes, these DataTree objects are identical, but are edge cases where it could be different, e.g., when wrting these trees to netCDF or Zarr.
It would be helpful if the
.identical()
checked for such discrepancies, e.g., to facilitate writing unit tests as in #9214.The text was updated successfully, but these errors were encountered: