Skip to content

Support skipping dtypes by setting ARRAY_API_TESTS_SKIP_DTYPES #266

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 3 commits into from
May 23, 2024

Conversation

asmeurer
Copy link
Member

This requires using dtype strategies from hh instead of xps.

This also fixes some functions in linalg and fft that were incorrectly only tested against real floating-point dtypes, due to Hypothesis's confusing nomenclature of "floating_dtypes" being only real floating-point dtypes (and this also eliminates the use of Hypothesis's confusing "scalar_dtypes").

Fixes #265

asmeurer added 3 commits May 21, 2024 14:46
This requires using dtype strategies from hh instead of xps.

This also fixes some functions in linalg and fft that were incorrectly only
tested against real floating-point dtypes, due to Hypothesis's confusing
nomenclature of "floating_dtypes" being only real floating-point dtypes (and
this also eliminates the use of Hypothesis's confusing "scalar_dtypes").

Fixes data-apis#265
@asmeurer asmeurer merged commit 05ab7f1 into data-apis:master May 23, 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.

Support manually skipping some dtypes
1 participant