Skip to content

Commit 329353d

Browse files
tanish1729jessegrabowski
authored andcommitted
fixed typo
1 parent d76c1b2 commit 329353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/rewriting/linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def rewrite_diag_kronecker(fgraph, node):
859859
@node_rewriter([slogdet])
860860
def rewrite_slogdet_kronecker(fgraph, node):
861861
"""
862-
This rewrite simplifies the slogdet of a blockdiagonal matrix by extracting the individual sub matrices and returning the sign and logdet values computed using those
862+
This rewrite simplifies the slogdet of a kronecker-structured matrix by extracting the individual sub matrices and returning the sign and logdet values computed using those
863863
864864
Parameters
865865
----------

0 commit comments

Comments
 (0)