-
Notifications
You must be signed in to change notification settings - Fork 13
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 density update for gpuNUFFT #190
Conversation
LGTM, merge when green :) |
tests/operators/test_update.py
Outdated
if operator.backend == "cufinufft": | ||
jitter = to_interface(jitter, "cupy") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This kind of patch should rather be directly implemented in code. If the user update cufinufft density it is updated as a cupy vector internally (or we raise an error)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol yes.
This is quite straightforward. I will just update the tests. This resolves #189