Skip to content

Commit db5178b

Browse files
Run pre-commit (#1658)
1 parent f48068a commit db5178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/slinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def perform(self, node, inputs, outputs):
935935

936936
if info > 0:
937937
raise LinAlgError(
938-
f"singular matrix: resolution failed at diagonal {info-1}"
938+
f"singular matrix: resolution failed at diagonal {info - 1}"
939939
)
940940
elif info < 0:
941941
raise ValueError(f"illegal value in {-info}-th argument of internal trtrs")

0 commit comments

Comments
 (0)