Skip to content

Commit 9e69e0d

Browse files
committed
remove debugging print
1 parent 6cebccd commit 9e69e0d

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
@@ -135,7 +135,6 @@ def cholesky_ldotlt(fgraph, node):
135135
and r.owner.op.new_order == (1, 0)
136136
and r.owner.inputs[0] == l
137137
):
138-
print("found right form")
139138
if node.op.lower:
140139
return [l]
141140
return [r]

0 commit comments

Comments
 (0)