We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
array-api-tests/README.md
Lines 174 to 179 in 606cc4d
seems false. See https://github.com/mdhaber/marray/actions/runs/12521857195/job/34929420471?pr=47, which runs pytest -v -rxXfE --ci --max-examples=100 --derandomize --disable-deadline array_api_tests/
pytest -v -rxXfE --ci --max-examples=100 --derandomize --disable-deadline array_api_tests/
The text was updated successfully, but these errors were encountered:
perhaps
array-api-tests/array_api_tests/test_has_names.py
Lines 26 to 28 in 606cc4d
should be using enabled_extensions from here
enabled_extensions
array-api-tests/conftest.py
Lines 20 to 23 in 606cc4d
Sorry, something went wrong.
it seems that test_has_names doesn't take --disable-extension into account when it is set either.
test_has_names
--disable-extension
PR most welcome!
No branches or pull requests
array-api-tests/README.md
Lines 174 to 179 in 606cc4d
seems false. See https://github.com/mdhaber/marray/actions/runs/12521857195/job/34929420471?pr=47, which runs
pytest -v -rxXfE --ci --max-examples=100 --derandomize --disable-deadline array_api_tests/
The text was updated successfully, but these errors were encountered: