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

Fix bug with floating subdtypes #36

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Fix bug with floating subdtypes #36

merged 1 commit into from
Feb 7, 2025

Conversation

Thijss
Copy link
Contributor

@Thijss Thijss commented Feb 7, 2025

np.issubdtype(np.float32, np.float64) returns False, so function wasn't working as intended

fixed now.

See also: https://numpy.org/doc/2.1/reference/generated/numpy.issubdtype.html

Signed-off-by: Thijs Baaijen <[email protected]>
@Thijss Thijss merged commit 899b2c1 into main Feb 7, 2025
19 checks passed
@Thijss Thijss deleted the fix-subdtype-bug branch February 7, 2025 08:49
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