-
Notifications
You must be signed in to change notification settings - Fork 45
ENH: test take_along_axis
#367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The spec requires that
data-apis/array-api-compat#317 works around it for numpy and cupy; torch was alread covered; dask.array will need a test skip in data-apis/array-api-compat#317. cc @crusaderky for dask |
Ran locally the combination of this test and data-apis/array-api-compat#317, for 10_000 examples on each of
|
Don't expect a dask implementation anytime soon: dask/dask#3663 |
Thanks, will add a skip with the link to the dask issue then. |
Towards gh-299: add testing of
take_along_axis
.