You are somewhere making use of the fact that int/int gives an integer
in Python 2. In Python 3, it gives a float. You can build the Python 3
source with

./bin/use2to3

and then

cd py3k-sympy
./bin/doctest

will run the doctests.

If you really want integer division, use // instead of /.

Aaron Meurer

On Tue, Jun 25, 2013 at 11:48 PM, pradyumna reddy <[email protected]> wrote:
> Hello,
> I am Pradyumna, I am new to sympy community. I order to get familiar with
> sympy codebase I have been working on issue 2451 from a couple of days, I
> made a patch that is expected to solve the issue, but travis CI build shows
> test failures for 3.2 and 3.3 and I have no clue why all the tests are
> passing for 2.7 and not passing for 3.2,3.3, could anyone help me solve or
> reproduce the error.
>
> 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.
>
>

-- 
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.


Reply via email to