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
Initialization of Operator objects constructed from functions using operator_from_function fails when output_dtype is specified, e.g.
Operator
operator_from_function
output_dtype
import scico.numpy as snp from scico.operator import Abs A = Abs(input_shape=(8,), input_dtype=snp.float32, output_dtype=snp.float32)
The text was updated successfully, but these errors were encountered:
Resolve #478 (#481)
98ebb89
* Update link * Add standard keyword arguments for operators and linear operators constructed from functions
bwohlberg
Successfully merging a pull request may close this issue.
Initialization of
Operator
objects constructed from functions usingoperator_from_function
fails whenoutput_dtype
is specified, e.g.The text was updated successfully, but these errors were encountered: