[SciPy-User] Why does scipy.integrate.odeint still provide a result even after "repeated convergence failures"?

Brian Merchant bhmerchant at gmail.com
Tue May 12 01:44:50 EDT 2015


Hi Warren,

Just an update: I was able to "zero" in on the portion of the model that
causes the issue (I set the ode function to just return 0 for every other
variable, except the one that causes issues).

I can't find an error in the Python code responsible for calculating the
derivative for that variable (I stepped through it, it simply implements a
Hill equation: http://en.wikipedia.org/wiki/Hill_equation_%28biochemistry%29),
and the results provided by odeint in the end don't  seem *obviously*
out-of-whack.

Brian

On Mon, May 11, 2015 at 9:52 PM, Warren Weckesser <
warren.weckesser at gmail.com> wrote:

>
>
> On Tue, May 12, 2015 at 12:43 AM, Brian Merchant <bhmerchant at gmail.com>
> wrote:
>
>> Hi all,
>>
>> Why does scipy.integrate.odeint still provide a result even after
>> "repeated convergence failures"? Is this result still of use?
>>
>>
>
> Which version of scipy are you using?  Can you give a short example that
> demonstrates the problem?
>
> Warren
>
>
>
>> Kind regards,
>> Brian
>>
>> _______________________________________________
>> SciPy-User mailing list
>> SciPy-User at scipy.org
>> http://mail.scipy.org/mailman/listinfo/scipy-user
>>
>>
>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20150511/1ca0ea49/attachment.html>


More information about the SciPy-User mailing list