[sympy] 64-bit polys test failure

2012-04-14 Thread Sean Vig
There is currently a test failure for 64-bit Python 2 in master causing a test and doctest failure coming from the polys module. It always chokes on sympy/polys/domains/domain.py L62 with the error "TypeError: gmpy.mpq() expects numeric or string argument". These tests pass just fine on 32-bit. I h

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Tom Bachmann
This is with gmpy ground types. I just installed gmpy and can verify the failure; am working on it. On 14.04.2012 16:42, Sean Vig wrote: There is currently a test failure for 64-bit Python 2 in master causing a test and doctest failure coming from the polys module. It always chokes on sympy/pol

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Sergiu Ivanov
On Sat, Apr 14, 2012 at 6:50 PM, Tom Bachmann wrote: > This is with gmpy ground types. I just installed gmpy and can verify the > failure; am working on it. That's right. I don't have gmpy installed and the tests pass. http://reviews.sympy.org/report/agZzeW1weTNyDAsSBFRhc2sYvqwTDA Sergiu --

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Tom Bachmann
There is a fix in: https://github.com/sympy/sympy/pull/1235 could you please verify this works? On 14.04.2012 16:42, Sean Vig wrote: There is currently a test failure for 64-bit Python 2 in master causing a test and doctest failure coming from the polys module. It always chokes on sympy/polys/

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Tom Bachmann
By the way the "-t sympy" switch (using sympy instead of python/gmpy types) also seems to break things (although not coming from my new code). On 14.04.2012 16:42, Sean Vig wrote: There is currently a test failure for 64-bit Python 2 in master causing a test and doctest failure coming from the

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Sean Vig
The -t switch sets the test command, so, for example, you can tell the bot to run '/bin/test' instead of 'setup.py test'. Sean On Sat, Apr 14, 2012 at 11:49, Tom Bachmann wrote: > By the way the "-t sympy" switch (using sympy instead of python/gmpy > types) also seems to break things (although

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Tom Bachmann
On 14.04.2012 18:30, Sean Vig wrote: The -t switch sets the test command, so, for example, you can tell the bot to run '/bin/test' instead of 'setup.py test'. No I was referring to running bin/test. There are test failures with sympy types. It's vaguely related to what you found. -- You rec

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Aaron Meurer
The sympy ground types have been failing for a long time. They are basically for experimental purposes only, and not intended to be used. If you want, you could try to fix the errors (there may be some bugs lurking), but we haven't considered this to be a requirement for some time. Aaron Meurer

Re: [sympy] 64-bit polys test failure

2012-04-14 Thread Tom Bachmann
Ok, thanks for the info. On 14.04.2012 20:40, Aaron Meurer wrote: The sympy ground types have been failing for a long time. They are basically for experimental purposes only, and not intended to be used. If you want, you could try to fix the errors (there may be some bugs lurking), but we hav