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
The default is no longer gen, scipy evaluates the matrix to decide which type to use. This led to a failing test, but more importantly we should consider allowing some of the new flags
The text was updated successfully, but these errors were encountered:
1. Use actual Solve Op to infer output dtype as CholSolve outputs a different dtype than basic Solve in Scipy==1.15
2. Tweaked test related to pymc-devs#1152
3. Tweak tolerage
1. Use actual Solve Op to infer output dtype as CholSolve outputs a different dtype than basic Solve in Scipy==1.15
2. Tweaked test related to #1152
3. Tweak tolerage
Description
https://docs.scipy.org/doc/scipy-1.15.0/reference/generated/scipy.linalg.solve.html
The default is no longer
gen
, scipy evaluates the matrix to decide which type to use. This led to a failing test, but more importantly we should consider allowing some of the new flagsThe text was updated successfully, but these errors were encountered: