Description
test_arange
has started failing on dask:
https://github.com/data-apis/array-api-compat/actions/runs/13034089416/job/36360099375?pr=244
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.
Metadata
Metadata
Assignees
Labels
No labels