[SciPy-User] ODE Integration error

Tim Gallagher tim.gallagher at gatech.edu
Tue Jan 10 14:34:11 EST 2012


Hi,

I'm trying to use the 'vode' solver in scipy.integrate.ode (in version 0.10.0) and I get the following error:

 DVODE--  RWORK length needed, LENRW (=I1), exceeds LRW (=I2)
      In above message,  I1 =      7328   I2 =        56

I don't see any arguments to anything I can use to determine workspace sizes. I'm sure I did something incorrectly in my calling code, but I don't know how to find out from this error. 

Any suggestions?

Tim



More information about the SciPy-User mailing list