Skip to content
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

Operator initialization failure #478

Closed
bwohlberg opened this issue Dec 8, 2023 · 0 comments · Fixed by #481
Closed

Operator initialization failure #478

bwohlberg opened this issue Dec 8, 2023 · 0 comments · Fixed by #481
Assignees
Labels
bug Something isn't working

Comments

@bwohlberg
Copy link
Collaborator

Initialization of Operator objects constructed from functions using operator_from_function fails when output_dtype is specified, e.g.

import scico.numpy as snp
from scico.operator import Abs

A = Abs(input_shape=(8,), input_dtype=snp.float32, output_dtype=snp.float32)
@bwohlberg bwohlberg added the bug Something isn't working label Dec 8, 2023
@bwohlberg bwohlberg self-assigned this Dec 8, 2023
@bwohlberg bwohlberg mentioned this issue Dec 9, 2023
bwohlberg added a commit that referenced this issue Dec 12, 2023
* Update link

* Add standard keyword arguments for operators and linear operators constructed from functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant