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
While using this library, I get the following warning:
~/lib/python3.12/site-packages/smt/utils/linear_solvers.py:304: DeprecationWarning: 'scipy.sparse.linalg.cg' keyword argument `tol` is deprecated in favor of `rtol` and will be removed in SciPy v1.14.0. Until then, if set, it will override `rtol`.
tmp, _ = self.solver(
While using this library, I get the following warning:
Looks like the offending line is
smt/smt/utils/linear_solvers.py
Line 267 in f8fe345
and that this could actually lead to breakages.
The text was updated successfully, but these errors were encountered: