-
Notifications
You must be signed in to change notification settings - Fork 33
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
post 1.11 cleanup tasks #258
Comments
I'm very nervous about these new lines in
as to my understanding they suppress many checks on 2023.12 functionality due to some new edge cases introduced by 2024.12? |
Getitem tests are new, data-apis/array-api-tests#343 Setitem test, I've no idea TBH. There were no changes in either -compat or -tests, so is most likely a fluke. |
setitem fails in dask on an edge case:
Obviously the edge case itself is unimportant but the XFAIL neuters the whole test for setitem. |
XREF dask/dask#11800 |
The text was updated successfully, but these errors were encountered: