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
Running the example with yCoord = ['a', 'c', 'b'] raises an error:
ValueError: Resulting object does not have monotonic global indexes along dimension y
The documentation for combine_by_coords says that "Non-coordinate dimensions will be ignored, as will any coordinate dimensions which do not vary between each dataset". This is not the case with the current implementation, since identical coordinate dimensions are still required to be monotonic.
MCVE Code Sample
Expected Output
combine_by_coords
should return without error.Problem Description
Running the example with
yCoord = ['a', 'c', 'b']
raises an error:The documentation for
combine_by_coords
says that "Non-coordinate dimensions will be ignored, as will any coordinate dimensions which do not vary between each dataset". This is not the case with the current implementation, since identical coordinate dimensions are still required to be monotonic.Output of
xr.show_versions()
The text was updated successfully, but these errors were encountered: