Re: [PATCH] Fix corner case in bernoulli ode solver

2009-05-15 Thread Priit Laes
Ühel kenal päeval, N, 2009-05-14 kell 10:53, kirjutas Aaron S. Meurer: I thought I already sent in a patch to fix this. Yes, but for some reason it was not applied... :( But this patch also adds solver for this extra case where bernoulli's solution cannot be used.

Re: [PATCH] Fix corner case in bernoulli ode solver

2009-05-15 Thread Ondrej Certik
On Fri, May 15, 2009 at 3:19 AM, Priit Laes plaes...@gmail.com wrote: Ühel kenal päeval, N, 2009-05-14 kell 10:53, kirjutas Aaron S. Meurer: I thought I already sent in a patch to fix this. Yes, but for some reason it was not applied... :( But this patch also adds solver for this extra

[PATCH] Fix corner case in bernoulli ode solver

2009-05-14 Thread Priit Laes
Bernoulli ODE has one case where it should be solved using different algorithm. Currently we don't detect it and hilarity ensues in the form of divide by zero :) https://code.plaes.org/git/sympy.git/commit/?h=patches-0514id=56524bf458074ac9635f537ef6f83c4727ea7a56

Re: [PATCH] Fix corner case in bernoulli ode solver

2009-05-14 Thread Aaron S. Meurer
I thought I already sent in a patch to fix this. Aaron Meurer Sent from my iPod Touch. On May 14, 2009, at 9:53 AM, Priit Laes plaes...@gmail.com wrote: Bernoulli ODE has one case where it should be solved using different algorithm. Currently we don't detect it and hilarity ensues in the