Skip to content

Support skipping dtypes by setting ARRAY_API_TESTS_SKIP_DTYPES - #266

Merged
asmeurer merged 3 commits into
data-apis:masterfrom
asmeurer:skip_dtypes
May 23, 2024
Merged

Support skipping dtypes by setting ARRAY_API_TESTS_SKIP_DTYPES#266
asmeurer merged 3 commits into
data-apis:masterfrom
asmeurer:skip_dtypes

Conversation

@asmeurer

Copy link
Copy Markdown
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
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