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
Is your feature request related to a problem? Please describe.
With the explicit index refactor, two Dataset or DataArray objects a and b may have the same variables / coordinates and attributes but different indexes.
Describe the solution you'd like
I'd suggest that a.identical(b) by default also checks for equality betweena.xindexes and b.xindexes.
One drawback is when we want to check either the attributes or the indexes but not both. Should we add options like suggested in #5733 then?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With the explicit index refactor, two Dataset or DataArray objects
a
andb
may have the same variables / coordinates and attributes but different indexes.Describe the solution you'd like
I'd suggest that
a.identical(b)
by default also checks for equality betweena.xindexes
andb.xindexes
.One drawback is when we want to check either the attributes or the indexes but not both. Should we add options like suggested in #5733 then?
The text was updated successfully, but these errors were encountered: