We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking through finufft._interfaces, I found that we were supposed to remove the possibility of real dtypes in 2.3:
finufft._interfaces
finufft/python/finufft/finufft/_interfaces.py
Lines 106 to 116 in defdd48
Same applies to cufinufft._plan:
cufinufft._plan
finufft/python/cufinufft/cufinufft/_plan.py
Lines 88 to 98 in defdd48
We should probably go back and do this for 2.4 and 2.3.X.
The text was updated successfully, but these errors were encountered:
Good idea!
Sorry, something went wrong.
@janden any chance you can attend to this quick one? Thx.
janden
No branches or pull requests
Looking through
finufft._interfaces
, I found that we were supposed to remove the possibility of real dtypes in 2.3:finufft/python/finufft/finufft/_interfaces.py
Lines 106 to 116 in defdd48
Same applies to
cufinufft._plan
:finufft/python/cufinufft/cufinufft/_plan.py
Lines 88 to 98 in defdd48
We should probably go back and do this for 2.4 and 2.3.X.
The text was updated successfully, but these errors were encountered: