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
obj.chunksizes is used here to coerce a coord back to a single chunk if that's what was passed. However, the obj.chunksizes will fail if the chunk sizes are not uniform (which can happen from loading a multi file netCDF).
A fallback here would be better than an error, which is the current behavior.
https://github.com/xarray-contrib/xarray-regrid/blob/1425e1353b4405b4ea734ef37f78cf4538a72949/src/xarray_regrid/utils.py#L252C5-L252C37
obj.chunksizes
is used here to coerce a coord back to a single chunk if that's what was passed. However, theobj.chunksizes
will fail if the chunk sizes are not uniform (which can happen from loading a multi file netCDF).A fallback here would be better than an error, which is the current behavior.
@SarahAlidoost
The text was updated successfully, but these errors were encountered: