geodynamics / burnman

BurnMan is a library for modeling mantle thermodynamics and thermoelasticity constrained by mineral physics experiments.
https://geodynamics.github.io/burnman/
GNU General Public License v2.0
54 stars 41 forks source link

fix nnls #591

Closed bobmyhill closed 5 months ago

bobmyhill commented 5 months ago

This PR fixes a new bug due to scipy 1.13 affecting the nnls residual. The tolerance has been slightly relaxed and the residual value added to the Exception message.