We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f10a44 commit c72326eCopy full SHA for c72326e
pytensor/tensor/_linalg/solve/rewrites.py
@@ -109,4 +109,5 @@ def find_solve_clients(var):
109
A_transpose_decomp, b, b_ndim=b_ndim
110
)
111
112
+ # TODO: Add expand_dims potentially introduced by A
113
return replacements
0 commit comments