Running desolve_odeint with full_output=1
Sometimes running desolve_odeint gives a message that excess work was done and it recommends running with full_output=1. However, I haven't gotten that to work. Is it something else, like verbose=True?
full_output is a parameter of scipy.integrate.odeint,
https://docs.scipy.org/doc/scipy/refe...
Yes, but how do I enter it in Sage language?