Skip to content
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

ENH: add a strict_check flag to (optionally) check dtypes #173

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Conversation

ev-br
Copy link
Member

@ev-br ev-br commented Aug 23, 2024

This is to decide whether to require matching dtypes or rely on NumPy's lax definition of equality:

>>> np.float64(3) == 3
True

closes #172

This is to decide whether to require matching dtypes or
rely on NumPy's lax definition of equality:

>>> np.float64(3) == 3
True
@ev-br ev-br added the enhancement New features w.r.t. the original refguide-check label Aug 23, 2024
@ev-br ev-br merged commit 9ffe962 into main Aug 23, 2024
8 checks passed
@ev-br ev-br deleted the strict-dtypes branch August 26, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features w.r.t. the original refguide-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Checker stricter, make it check dtypes not only values.
1 participant