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
.indexes gets out of sync with the values stored in the array
this is unfortunate as alignment with other array is done through .indexes
The issue does not occur if I
a, either do not call ".indexes" before setting the value, or
b, call da1['x'] = [1,2] instead of da1['x'].values = [1,2]
MCVE Code Sample
Expected Output
Problem Description
The issue does not occur if I
a, either do not call ".indexes" before setting the value, or
b, call
da1['x'] = [1,2]
instead ofda1['x'].values = [1,2]
Output of
xr.show_versions()
The text was updated successfully, but these errors were encountered: