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
data-apis/array-api#169 clarified that the constants e, inf, nan, and pi should be Python scalars and not just behave like one. Our current tests
e
inf
nan
pi
array-api-tests/array_api_tests/test_constants.py
Lines 5 to 11 in 6e3684b
don't account for that.
The text was updated successfully, but these errors were encountered:
test_constants.py
Successfully merging a pull request may close this issue.
data-apis/array-api#169 clarified that the constants
e
,inf
,nan
, andpi
should be Python scalars and not just behave like one. Our current testsarray-api-tests/array_api_tests/test_constants.py
Lines 5 to 11 in 6e3684b
don't account for that.
The text was updated successfully, but these errors were encountered: