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
The recent release of xESMF 0.8.3 incorporates #332, which seems to have a bit of a logic bug in the case of a non-sequence output. With reference to the following code, the horizontal/vertical dimensions get renamed to x_out and y_out respectively. This means they differ from the original values in the out_coords dictionary, so the newly-added rename operation fails (ValueError: cannot rename 'lon' because it is not a variable or dimension in this dataset)
The recent release of xESMF 0.8.3 incorporates #332, which seems to have a bit of a logic bug in the case of a non-sequence output. With reference to the following code, the horizontal/vertical dimensions get renamed to
x_out
andy_out
respectively. This means they differ from the original values in theout_coords
dictionary, so the newly-added rename operation fails (ValueError: cannot rename 'lon' because it is not a variable or dimension in this dataset
)xESMF/xesmf/frontend.py
Lines 1023 to 1034 in d32b5f4
The text was updated successfully, but these errors were encountered: