[SciPy-user] odeint rtol and atol default values

Nils Wagner nwagner at iam.uni-stuttgart.de
Sun Jun 25 13:58:32 EDT 2006


On Sun, 25 Jun 2006 19:17:16 +0200
  Steve Schmerler <elcorto at gmx.net> wrote:
> Hi
> 
> What are the default values for rtol and atol in 
>scipy.integrate.odeint?
> 
> cheers,
> steve
> 
> -- 
> Random number generation is the art of producing pure 
>gibberish as 
> quickly as possible.
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user

You can find them in scipy/Lib/integrate/ode.py

  rtol=1e-6,atol=1e-12

Nils




More information about the SciPy-User mailing list