Skip to content

Commit a9c5657

Browse files
Stop breaking things dummy
1 parent 8be5c53 commit a9c5657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytensor/tensor/slinalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ def perform(self, node, inputs, outputs):
407407
trans=self.trans,
408408
unit_diagonal=self.unit_diagonal,
409409
check_finite=self.check_finite,
410+
overwrite_b=self.overwrite_b,
410411
)
411412

412413
def L_op(self, inputs, outputs, output_gradients):

0 commit comments

Comments
 (0)