-
Notifications
You must be signed in to change notification settings - Fork 118
Add NumpyGenericOperator.apply_adjoint #308
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
Conversation
LGTM. While we are at it, we might want to hook up a fixture in |
Should there also be |
Oh, I totally overlooked that. Yes, since it's part of the interface, it would better to add |
Added source_product and range_product.
I have trouble with pickling functions... |
@pmli, we have two tests for pickling: one that allows our hack to make pickling of arbitrary functions possible and one that tests pickling without this hack. The second variant was applied in |
@pmli, feel free to merge ... |
See #303