Skip to content

fix pipeline

Vincent Eberle requested to merge fix_cg_tol_to_rtol into NIFTy_8

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