Ticket #30280: py26-scipy-test-lion-mp1.9.2.txt

File py26-scipy-test-lion-mp1.9.2.txt, 7.9 KB (added by michelle.lynn.gill@…, 13 years ago)
Line 
1Python 2.6.7 (r267:88850, Jul  5 2011, 09:50:10)
2Type "copyright", "credits" or "license" for more information.
3
4IPython 0.10.1 -- An enhanced Interactive Python.
5?         -> Introduction and overview of IPython's features.
6%quickref -> Quick reference.
7help      -> Python's own help system.
8object?   -> Details about 'object'. ?object also works, ?? prints more.
9
10In [1]: import scipy
11
12In [2]: scipy.test()
13Running unit tests for scipy
14NumPy version 1.6.0
15NumPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy
16SciPy version 0.9.0
17SciPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy
18Python version 2.6.7 (r267:88850, Jul  5 2011, 09:50:10) [GCC 4.2.1 (Apple Inc. build 5659)]
19nose version 1.0.0
20.............................................................................................................................................................................................................K......................................................................................................................K..K....../opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/numeric.py:1920: RuntimeWarning: invalid value encountered in absolute
21  return all(less_equal(absolute(x-y), atol + rtol * absolute(y)))
22..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSS......SSSSSS......SSSS.................................................................S................................................................................................................................................................................................................K......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................./opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/sparse/linalg/dsolve/linsolve.py:259: DeprecationWarning: scipy.sparse.linalg.dsolve.umfpack will be removed, install scikits.umfpack instead
23  ' install scikits.umfpack instead', DeprecationWarning )
24../opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/sparse/linalg/dsolve/linsolve.py:75: DeprecationWarning: scipy.sparse.linalg.dsolve.umfpack will be removed, install scikits.umfpack instead
25  ' install scikits.umfpack instead', DeprecationWarning )
26................K.K..KK.KK...........................................................................................................................................K...............................................................K...........................................................................................................................................................KK...............................................................................................................................................................................................................................................................................................................................................................................................................................K.K........................................................................................................................................................................................................................................................................................................................................................................................K........K.........SSSSSSS................................................................................................................................................................................................................................................................................................................................................................................................../opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/stats/distributions.py:3546: RuntimeWarning: overflow encountered in exp
27  return exp(c*x-exp(x)-gamln(c))
28................................./opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/stats/distributions.py:3955: RuntimeWarning: invalid value encountered in sqrt
29  vals = 2*(bt+1.0)*sqrt(b-2.0)/((b-3.0)*sqrt(b))
30.........................................................................................................................................................................................................................................................................................................S..............................................................................................................................................................................................F.............................................................................................................................................................................................................................................................................................................................................................................................................
31======================================================================
32FAIL: test_expon (test_morestats.TestAnderson)
33----------------------------------------------------------------------
34Traceback (most recent call last):
35  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/stats/tests/test_morestats.py", line 72, in test_expon
36    assert_array_less(crit[:-1], A)
37  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/testing/utils.py", line 869, in assert_array_less
38    header='Arrays are not less-ordered')
39  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/testing/utils.py", line 613, in assert_array_compare
40    chk_same_position(x_id, y_id, hasval='inf')
41  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/testing/utils.py", line 588, in chk_same_position
42    raise AssertionError(msg)
43AssertionError:
44Arrays are not less-ordered
45
46x and y inf location mismatch:
47 x: array([ 0.911,  1.065,  1.325,  1.587])
48 y: array(inf)
49
50----------------------------------------------------------------------
51Ran 4724 tests in 88.051s
52
53FAILED (KNOWNFAIL=18, SKIP=25, failures=1)
54Out[2]: <nose.result.TextTestResult run=4724 errors=0 failures=1>