I used scipy's solve_ivp to integrate large differential equations. Sometimes a message comes up: runtime warning overflow encountered....
But solve_ivp keeps on running.
Is there any way to stop solve_ivp as soon as this error comes up?
Thanks for any help!