Skip to content

prefer complex64 and complex128 over csingle and cdouble #1353

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jorenham
Copy link
Contributor

@jorenham jorenham commented Jun 9, 2025

Since numpy>=2.1, the float64 and complex128 scalar types differ from double and cdouble (see numpy/numpy#29151 for details and numpy/numpy#29155 for the fix). The sized types are (almost always) preferred. And usually, that's already done here. But this case what a bit of an exception, so I corrected it.

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.

1 participant