Closed klausweinbauer closed 1 month ago
@klausweinbauer sorry for the late reply. Thank you! Please merge both requests into one and make them backwards compatible and I will pull them :))
The explicit datatype specification is at least backward compatible with SciPy Version 1.0.0 [1]. For the argument name change, I added the version requirement. Thanks :)
Describe the bug The arguments for the function
scipy.sparse.linalg.cg
changed.tol
was deprecated and got replaced byrtol
in version 1.14.0 [1]To Reproduce
Error
TypeError: cg() got an unexpected keyword argument 'tol'
I'll provide a PR.