Skip to content

Add a sanity check that signbit works #257

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

Merged
merged 2 commits into from
May 6, 2024

Conversation

asmeurer
Copy link
Member

@asmeurer asmeurer commented May 1, 2024

The array-api-strict package disables signbit at runtime when the API version is set to 2022.12. This happens when the function is called, so the hasattr check would pass even though the function call fails.

The array-api-strict package disables signbit at runtime when the API version
is set to 2022.12. This happens when the function is called, so the hasattr
check would pass even though the function call fails.
@asmeurer asmeurer enabled auto-merge May 6, 2024 21:16
@asmeurer asmeurer merged commit bc1e37e into data-apis:master May 6, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants