The failures are 64-bit only:

32-bit:

________________________________________________________________________________
_______ sympy/utilities/tests/test_code_quality.py:test_implicit_imports _______
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/utilities/tests/test_code_quality.py",
 line 121, in test_implicit_imports
    check_directory_tree(SYMPY_PATH, test, exclude)
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/utilities/tests/test_code_quality.py",
 line 58, in check_directory_tree
    file_check(fname)
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/utilities/tests/test_code_quality.py",
 line 110, in test
    assert False, message_implicit % (fname, idx+1)
AssertionError: File contains an implicit import: 
/users/aaronmeurer/documents/python/sympy/sympy/sympy/solvers/solvers.py, line 
2737.

 tests finished: 2068 passed, 1 failed, 5 skipped, 41 expected to fail, 
4 expected to fail but passed, in 400.73 seconds 
DO *NOT* COMMIT!


64-bit:

________________________________________________________________________________
__________ sympy/solvers/tests/test_solvers.py:test_solve_polynomial1 __________
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/solvers/tests/test_solvers.py",
 line 144, in test_solve_polynomial1
    -x**Rational(1,3)*(2 - 2*I*sqrt(3))/4,
AssertionError
________________________________________________________________________________
______________ sympy/solvers/tests/test_solvers.py:test_tsolve_1 _______________
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/solvers/tests/test_solvers.py",
 line 266, in test_tsolve_1
    [log(y/2 + sqrt(-4 + y**2)/2), log(y/2 - sqrt(-4 + y**2)/2)])
AssertionError
________________________________________________________________________________
_______ sympy/utilities/tests/test_code_quality.py:test_implicit_imports _______
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/utilities/tests/test_code_quality.py",
 line 121, in test_implicit_imports
    check_directory_tree(SYMPY_PATH, test, exclude)
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/utilities/tests/test_code_quality.py",
 line 58, in check_directory_tree
    file_check(fname)
  File 
"/users/aaronmeurer/documents/python/sympy/sympy/sympy/utilities/tests/test_code_quality.py",
 line 110, in test
    assert False, message_implicit % (fname, idx+1)
AssertionError: File contains an implicit import: 
/users/aaronmeurer/documents/python/sympy/sympy/sympy/solvers/solvers.py, line 
2737.

 tests finished: 2056 passed, 3 failed, 1 skipped, 46 expected to fail, 
3 expected to fail but passed, in 264.23 seconds 
DO *NOT* COMMIT!


The SHA1 is d140b9e2957cbe6925e78fdeb271be578aadfbd7.

Aaron Meurer

On Apr 29, 2010, at 10:15 PM, smichr wrote:

> Please reconfirm (and perhaps show the commit number so we know we are
> talking about the same version).
> 
> It all works for me:
> 
> 
> sympy\solvers\tests
> \test_solvers.py[18] ..................                  [OK]
> 
> 
> ================== tests finished: 18 passed, in 7.59 seconds
> ==================
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sympy-patches" group.
> To post to this group, send email to sympy-patc...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sympy-patches+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sympy-patches?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patc...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to