Skip to content

Commit 370f2d8

Browse files
committed
minor changes
1 parent 3359a2a commit 370f2d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/tensor/rewriting/linalg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ def rewrite_inv_inv(fgraph, node):
594594
list of Variable, optional
595595
List of optimized variables, or None if no optimization was performed
596596
"""
597-
ALL_INVERSE_OPS = (MatrixInverse, MatrixPinv)
598597
# Check if its a valid inverse operation (either inv/pinv)
599598
# In case the outer operation is an inverse, it directly goes to the next step of finding inner operation
600599
# If the outer operation is not a valid inverse, we do not apply this rewrite

0 commit comments

Comments
 (0)