data-apis / array-api-tests

Test suite for the PyData Array APIs standard
https://data-apis.org/array-api-tests/
MIT License
64 stars 41 forks source link

Fix some issues #181

Closed asmeurer closed 1 year ago

asmeurer commented 1 year ago

Some issues that came up with testing pytorch against the 2022 spec (this doesn't address any of the issues I opened).

asmeurer commented 1 year ago

Skipping would be better, but unfortunately these tests fail at collection time (in the parameterize call), so your fix doesn't work. If you know how to do it, we can change it. In the meantime I'm going to merge this because I need it to fix the array-api-compat CI.