-
Notifications
You must be signed in to change notification settings - Fork 134
Add matrix_transpose
and .mT
helpers
#702
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
scripts/mypy-failing.txt
Outdated
@@ -7,6 +7,7 @@ pytensor/compile/sharedvalue.py | |||
pytensor/graph/rewriting/basic.py | |||
pytensor/ifelse.py | |||
pytensor/link/basic.py | |||
pytensor/link/c/cmodule.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you'll have to ignore this pre-commit failures locally until we figure out. On the CI it doesn't behave like in your local machine and these changes break it. You can add --no-verify
when commiting from the terminal (or unselect run pre-commit hooks
when commiting from pycharm).
0c7e087
to
a66aa22
Compare
matrix_transpose
and .mT
property helpers (#702)
matrix_transpose
and .mT
property helpers (#702)matrix_transpose
and .mT
property helpers
matrix_transpose
and .mT
property helpersmatrix_transpose
and .mT
helpers
Thanks @Dhruvanshu-Joshi! |
Description
Added support for
matrix_transpose
operation using pytensor. The function and the tests are similar to its numpy implementation.Also added a temporary fix for the mypy error.
Related Issue
Checklist
Type of change