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
Sorry, I tried a few different ways so that output must have been from an earlier one. I just reconfirmed, If make them all DataArray, I have the same problem.
This is an tricky thing to fix automatically because we need some heuristic to pick a default tolerance. See pandas-dev/pandas#9817 for related discussion on the pandas side.
Yep, that fixed it. Perhaps it could raise a flag if it removes a coordinate as a result of small mismatches in the coordinates? The mismatch was very small (and surprising as the grid area file was actually made from the other file by using cdo cdo gridarea infile outfile). Thanks @jhamman and @shoyer for the help.
I wasn't sure if this should go on the googlegroup or here, but the xarray docs says bugs go here so here it is.
I am doing a very simple operation. I have two netcdf files that I load in and then multiply. First:
And then the second:
Both arrays are the same size. Now I simply multiply them together but note that lats in the output are now 0.
This doesn't seem like it should be happening. Removing the .load() doesn't help. Bug?
The text was updated successfully, but these errors were encountered: