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
TypeError: chunk() got an unexpected keyword argument 'x'
Describe the solution you'd like
I would like to be able to use the .chunk() method for dataarrays in both ways, since it is common for many xarray methods to work either way (e.g. isel()/coarsen()/etc).
Is your feature request related to a problem?
Take a simple example
If I want to chunk the array I can do:
but I cant do this:
Describe the solution you'd like
I would like to be able to use the
.chunk()
method for dataarrays in both ways, since it is common for many xarray methods to work either way (e.g.isel()
/coarsen()
/etc).@TomNicholas
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: