Skip to content

fix pipeline

Deprecated parameter in scipy cg

in the old scipy version there is a tol parameter: https://docs.scipy.org/doc/scipy-1.10.0/reference/generated/scipy.sparse.linalg.cg.html but tol is deprecated in favor of rtol. (atolexisted before and does still)

Merge request reports

Loading