pangeo-data/xESMF

CI fails in `upstream_dev`

raphaeldussin opened this issue · 4 comments

parallel regridder triggers a merge error with latest xarray

@charlesgauthier-udm Would you have time too look into this ? Something weird happens with the coordinates with the latest xarray.

Will look into it yes

After a bit of digging, the issue seems to be related to this PR in xarray's latest version. The changes to map_blocks somehow prevents the under-the-hood xr.merge. Currently working on a fix for that.

Solved by #332.