[SciPy-User] help: scipy.ode set_integrator dopri5 or dop853

Issa Karambal issa at aims.ac.za
Mon Dec 17 19:12:10 EST 2012


Hi all
I am trying to integrate a simple ode which is succesfull when calling
'vode' integrator. However,
with  'dopri5' or 'dop853' as integrator, I have the following error:
create_cb_arglist: Failed to build argument list (siz) with enough
arguments (tot-opt) required by user-supplied function (siz,tot,opt=2,3,0).
Traceback (most recent call last):
  File "schro1.py", line 45, in <module>
    print Evans(3)
  File "schro1.py", line 24, in Evans
    r.integrate(r.t+dt)
  File "/usr/lib/python2.7/dist-packages/scipy/integrate/ode.py", line 326,
in integrate
    self.f_params,self.jac_params)
  File "/usr/lib/python2.7/dist-packages/scipy/integrate/ode.py", line 749,
in run
    x,y,iwork,idid = self.runner(*((f,t0,y0,t1) + tuple(self.call_args)))
_dop.error: failed in processing argument list for call-back fcn.

I do not understand the above error, so any help is more than welcome.

Thanks

Issa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20121218/38592ab9/attachment.html>


More information about the SciPy-User mailing list