Found my mistake, i forgot that division in 3 and later versions of python returns float. Here is the pull request<https://github.com/sympy/sympy/pull/2207> please comment on the patch.
Thank You, -Pradyumna On Wednesday, June 26, 2013 11:46:13 AM UTC+5:30, pradyumna reddy wrote: > > Hello, > I am Pradyumna, I am new to sympy community. In order to get familiar with > the codebase I have been working on issue 2451, travis > CI<https://travis-ci.org/sympy/sympy/builds/8422070> build > shows that the package after implementing the patch fails ode tests only > for 3.2 and 3.3 . I have no clue why tests are failures only for 3.2 and > 3.3 versions, could anyone help me with reproducing and solving the issue. > > Thank You, > -Pradyumna. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
