Skip to content

Commit 0b370f7

Browse files
Remove unused mypy ignore
1 parent 6a6e54a commit 0b370f7

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
@@ -972,7 +972,7 @@ def rewrite_cholesky_diag_to_sqrt_diag(fgraph, node):
972972
return [eye_input * (non_eye_input**0.5)]
973973

974974

975-
@node_rewriter([Blockwise]) # type: ignore
975+
@node_rewriter([Blockwise])
976976
def jax_bilinaer_lyapunov_to_direct(fgraph: FunctionGraph, node: Apply):
977977
"""
978978
Replace BilinearSolveDiscreteLyapunov with a direct computation that is supported by JAX

0 commit comments

Comments
 (0)