[PATCH 1/1] Added test to prevent divide by zero

2009-03-21 Thread Aaron Meurer
--- sympy/solvers/solvers.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sympy/solvers/solvers.py b/sympy/solvers/solvers.py index 60a1ef5..6d97225 100644 --- a/sympy/solvers/solvers.py +++ b/sympy/solvers/solvers.py @@ -584,7 +584,7 @@ def solve_ODE_first_order(eq,

Re: [PATCH 1/1] Added test to prevent divide by zero

2009-03-21 Thread Ondrej Certik
On Sat, Mar 21, 2009 at 9:37 PM, Aaron Meurer wrote: > > --- >  sympy/solvers/solvers.py |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sympy/solvers/solvers.py b/sympy/solvers/solvers.py > index 60a1ef5..6d97225 100644 > --- a/sympy/solvers/solvers.py > +++ b/symp