[SciPy-User] Ticket #1187: ode crashes if rhs returns a tuple instead of a list

Tony Yu tsyu80 at gmail.com
Wed Nov 9 17:02:06 EST 2011


I just want to draw attention to the bug report in
http://projects.scipy.org/scipy/ticket/1187. Basically, scipy.integrate.ode
takes a function as input, and the error occurs if that function returns a
tuple (instead of, e.g., a list).

If there isn't a simple fix (I can't tell b/c the error occurs within
C-code, which I'm not at all proficient in), then I think this should print
a more informative error message.

Best,
-Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20111109/3f1488ca/attachment.html>


More information about the SciPy-User mailing list