-
Notifications
You must be signed in to change notification settings - Fork 132
Adding Op
in message when grad is not implemented
#719
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
…o the nlinalg file
@ricardoV94 did i mess up somewhere in making this PR? the old changes are also somehow a part of this when it should just be one commit for the thing i actually did this time |
@tanish1729 your PR seems to be coming from your main branch. Usually you should create a new branch for every PR, from a main branch that is synced with the current main of PyTensor, specially if you are working on multiple PRs at the same time. That branch should only include the new commits. Feel free to close this PR and try again. |
These instructions are for the PyMC repository, but you may find it helpful here to, many of the steps are the same: https://www.pymc.io/projects/docs/en/stable/contributing/pr_tutorial.html |
Description
Using the
grad_not_implemented
function in the Op to give a helpfui error messageRelated Issue
Checklist
Type of change