Skip to content
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

Are there docs for how to set up array-api-tests? #579

Open
alxmrs opened this issue Sep 21, 2024 · 2 comments
Open

Are there docs for how to set up array-api-tests? #579

alxmrs opened this issue Sep 21, 2024 · 2 comments

Comments

@alxmrs
Copy link
Contributor

alxmrs commented Sep 21, 2024

Hey @tomwhite, I'm having trouble getting the Array API tests to run locally. I'm trying to debug this failure with my M1-mac PR:

https://github.com/alxmrs/cubed/actions/runs/10971436728/job/30466556319?pr=2

I'm not sure how to debug this and being able to install the sources locally would help quite a bit.

@tomwhite
Copy link
Member

There are some docs in the Array API tests README: https://github.com/data-apis/array-api-tests/blob/master/README.md, but not much more than that I'm afraid.

I saw the issue you are hitting in a4020f3, and fixed it by removing the code coverage arguments when running the Array API tests. I don't know why that was causing a failure, but the code coverage in this case wasn't telling us much so I removed it (we still have it for the main tests).

Hope this helps!

@alxmrs
Copy link
Contributor Author

alxmrs commented Sep 22, 2024

Oh that's wonderful! Does that mean if I rebased with main, the error would probably go away?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants