Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Priit Laes
I have added some patches to 'small-fixes' branch that is viewable on: https://code.plaes.org/git/sympy.git/ and pullable using following url: git://code.plaes.org/sympy.git Branch: small-fixes * Added corner case for Bernoulli equation. There was a corner case in Bernoulli equation where n =

Re: Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Ondrej Certik
Hi Priit! On Sat, Apr 11, 2009 at 12:30 PM, Priit Laes wrote: > > I have added some patches to 'small-fixes' branch that is viewable on: > https://code.plaes.org/git/sympy.git/ and pullable using following url: > git://code.plaes.org/sympy.git > > Branch: small-fixes > > * Added corner case for

Re: Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Priit Laes
On Apr 11, 11:14 pm, Ondrej Certik wrote: > Hi Priit! > > The patches look good to me. Could you add more tests for the > separable equation solver? Currently there is only one. Just commit > more patches in your branch. Someone (I think Vincent) saw some problems there and I haven't had time to

Re: Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Ondrej Certik
On Sat, Apr 11, 2009 at 1:26 PM, Priit Laes wrote: > > On Apr 11, 11:14 pm, Ondrej Certik wrote: >> Hi Priit! >> >> The patches look good to me. Could you add more tests for the >> separable equation solver? Currently there is only one. Just commit >> more patches in your branch. > > Someone (I