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

Fix exception handling in as_tensor_variable #104

Conversation

brandonwillard
Copy link
Member

This PR introduces changes that prevent downstream code (e.g. test value computation) from throwing exceptions (e.g. ValueErrors) that break the logic in theano.tensor.basic.as_tensor_variable.

@brandonwillard brandonwillard added bug Something isn't working important labels Oct 14, 2020
@brandonwillard brandonwillard self-assigned this Oct 14, 2020
This change prevents downstream code (e.g. test value computation) from throwing
exceptions (e.g. `ValueError`s) that break the logic in
`theano.tensor.basic.as_tensor_variable`.
@brandonwillard brandonwillard force-pushed the fix-exceptions-in-as_tensor_variable branch from 0ad2cd2 to 485768f Compare October 14, 2020 22:06
@brandonwillard brandonwillard merged commit 9733a2a into aesara-devs:master Oct 14, 2020
@brandonwillard brandonwillard deleted the fix-exceptions-in-as_tensor_variable branch October 14, 2020 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant