[Numpy-discussion] svn numpy selftests fail on Solaris

Christopher Hanley chanley at stsci.edu
Tue Jul 29 09:36:40 EDT 2008


This has apparently been occurring for a few days.  My apologizes but I 
have been away on vacation.

FAILED (failures=5)
Running unit tests for numpy
NumPy version 1.2.0.dev5565
NumPy is installed in /usr/ra/pyssg/2.5.1/numpy
Python version 2.5.1 (r251:54863, Jun  4 2008, 15:48:19) [C]
nose version 0.10.0
ctypes is not available on this python: skipping the test (import error 
was: ctypes is not available.)
No distutils available, skipping test.
errors:
failures:
	(Test(test_umath.TestC99.test_cacos(<ufunc 'arccos'>, (1.0, NaN), (NaN, 
NaN), 'invalid-optional')), 'Traceback (most recent call last):\n  File 
"/usr/stsci/pyssgdev/2.5.1/nose/case.py", line 202, in runTest\n 
self.test(*self.arg)\n  File 
"/usr/ra/pyssg/2.5.1/numpy/core/tests/test_umath.py", line 393, in 
_check\n    assert got == expected, (got, expected)\nAssertionError: 
(\'(-NaN, -NaN)\', \'(NaN, NaN)\')\n')
	(Test(test_umath.TestC99.test_cacos(<ufunc 'arccos'>, (NaN, 1.0), (NaN, 
NaN), 'invalid-optional')), 'Traceback (most recent call last):\n  File 
"/usr/stsci/pyssgdev/2.5.1/nose/case.py", line 202, in runTest\n 
self.test(*self.arg)\n  File 
"/usr/ra/pyssg/2.5.1/numpy/core/tests/test_umath.py", line 393, in 
_check\n    assert got == expected, (got, expected)\nAssertionError: 
(\'(-NaN, -NaN)\', \'(NaN, NaN)\')\n')
	(Test(test_umath.TestC99.test_cacosh(<ufunc 'arccosh'>, (1.0, NaN), 
(NaN, NaN), 'invalid-optional')), 'Traceback (most recent call last):\n 
  File "/usr/stsci/pyssgdev/2.5.1/nose/case.py", line 202, in runTest\n 
    self.test(*self.arg)\n  File 
"/usr/ra/pyssg/2.5.1/numpy/core/tests/test_umath.py", line 393, in 
_check\n    assert got == expected, (got, expected)\nAssertionError: 
(\'(NaN, -NaN)\', \'(NaN, NaN)\')\n')
	(Test(test_umath.TestC99.test_casinh(<ufunc 'arcsinh'>, (NaN, 1.0), 
(NaN, NaN), 'invalid-optional')), 'Traceback (most recent call last):\n 
  File "/usr/stsci/pyssgdev/2.5.1/nose/case.py", line 202, in runTest\n 
    self.test(*self.arg)\n  File 
"/usr/ra/pyssg/2.5.1/numpy/core/tests/test_umath.py", line 393, in 
_check\n    assert got == expected, (got, expected)\nAssertionError: 
(\'(NaN, -NaN)\', \'(NaN, NaN)\')\n')
	(Test(test_umath.TestC99.test_clog(<ufunc 'log'>, (-0.0, -0.0), 
(-Infinity, 3.1415926535897931), 'divide')), 'Traceback (most recent 
call last):\n  File "/usr/stsci/pyssgdev/2.5.1/nose/case.py", line 202, 
in runTest\n    self.test(*self.arg)\n  File 
"/usr/ra/pyssg/2.5.1/numpy/core/tests/test_umath.py", line 393, in 
_check\n    assert got == expected, (got, expected)\nAssertionError: 
(\'(-Infinity, 0.0)\', \'(-Infinity, 3.1415926535897931)\')\n')

-- 
Christopher Hanley
Systems Software Engineer
Space Telescope Science Institute
3700 San Martin Drive
Baltimore MD, 21218
(410) 338-4338



More information about the NumPy-Discussion mailing list