On Fri, Aug 7, 2009 at 12:19 PM, Ondrej Certik<[email protected]> wrote:
> On Thu, Aug 6, 2009 at 12:20 PM, Vinzent
> Steinberg<[email protected]> wrote:
>>
>> http://buildbot.sympy.org/builders/amd64-py2.5-sympy-tests/builds/287/steps/shell/logs/stdio
>>
>> Could someone with access to an amd64 machine please debug the cause
>> of this?
>
> I don't have time to fix this currently. In the worst case we'll just
> revert the patches, if you don't know how to fix this. My amd64 boxes
> are now inaccessible, but once we fix it, I'll give you an account, so
> that you can debug this.
There are several failures, but I just took one and after a bit of
debugging, this is what fails for me in the current sympy:
$ bin/test sympy/mpmath/tests/test_hp.py
sympy/mpmath/tests/test_matrices_mpmath.py
============================= test process starts ==============================
executable: /usr/bin/python (2.6.2-final-0)
sympy/mpmath/tests/test_hp.py[3] ... [OK]
sympy/mpmath/tests/test_matrices_mpmath.py[8] ...F.... [FAIL]
________________________________________________________________________________
_______ sympy/mpmath/tests/test_matrices_mpmath.py:test_matrix_creation ________
File "/home/ondrej/repos/sympy/sympy/mpmath/tests/test_matrices_mpmath.py",
line 98, in test_matrix_creation
[one/3, one/4, one/5]])
AssertionError
However, this works:
$ bin/test sympy/mpmath/tests/test_matrices_mpmath.py
============================= test process starts ==============================
executable: /usr/bin/python (2.6.2-final-0)
sympy/mpmath/tests/test_matrices_mpmath.py[8] ........ [OK]
=================== tests finished: 8 passed in 0.07 seconds ===================
So mpmath or sympy is doing something that it shouldn't have been doing.
Ondrej
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---