You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is identical to #382. When assume_a != 'gen' in pt.linalg.solve, the solve_triangular function is incorrectly invoked, and the resulting output is not correct.
No. I am working on a numba overload for solve but it's more work than I expected. Maybe in the meantime I could do a temporary quick fix that either errors if assume_a is not "gen", or silently force it to be?
Describe the issue:
This is identical to #382. When
assume_a != 'gen'
inpt.linalg.solve
, thesolve_triangular
function is incorrectly invoked, and the resulting output is not correct.Reproducable code example:
Error message:
PyTensor version information:
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: