Skip to content

Commit 171bb8a

Browse files
committed
Fix gufunc signature of SLogDet
1 parent 6dbbdf5 commit 171bb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/nlinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class SLogDet(Op):
240240
"""
241241

242242
__props__ = ()
243-
gufunc_signature = "(m, m)->(),()"
243+
gufunc_signature = "(m,m)->(),()"
244244
gufunc_spec = ("numpy.linalg.slogdet", 1, 2)
245245

246246
def make_node(self, x):

0 commit comments

Comments
 (0)