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
exc = NotImplementedError('An error occurred while calling the arange method registered to the numpy backend.\nOriginal Message: Can not use auto rechunking with object dtype. We are unable to estimate the size in bytes of object data')
This is unrelated to the recent changes to dask in array-api-compat.
The problem is that the test calls da.arange(..., dtype=object), which is not a valid dtype according to the Array API standard.