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

File py26-scipy-test-lion.txt.txt, 6.9 KB (added by michelle.lynn.gill@…, 13 years ago)
Line 
1In [4]: scipy.test()
2Running unit tests for scipy
3NumPy version 1.6.1
4NumPy is installed in /Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy
5SciPy version 0.9.0
6SciPy is installed in /Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy
7Python version 2.6.7 (r267:88850, Jul 24 2011, 00:21:50) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
8nose version 1.0.0
9.............................................................................................................................................................................................................K......................................................................................................................K..K....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSS......SSSSSS......SSSS.................................................................S................................................................................................................................................................................................................K...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSS...........K.K..KK.KK...........................................................................................................................................K...............................................................K...........................................................................................................................................................KK...............................................................................................................................................................................................................................................................................................................................................................................................................................K.K........................................................................................................................................................................................................................................................................................................................................................................................K........K.........SSSSSSS................................................................................................................................................................................................................................................................................................................................................................................................../Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/stats/distributions.py:3546: RuntimeWarning: overflow encountered in exp
10  return exp(c*x-exp(x)-gamln(c))
11................................./Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/stats/distributions.py:3955: RuntimeWarning: invalid value encountered in sqrt
12  vals = 2*(bt+1.0)*sqrt(b-2.0)/((b-3.0)*sqrt(b))
13.........................................................................................................................................................................................................................................................................................................S..............................................................................................................................................................................................F.............................................................................................................................................................................................................................................................................................................................................................................................................
14======================================================================
15FAIL: test_expon (test_morestats.TestAnderson)
16----------------------------------------------------------------------
17Traceback (most recent call last):
18  File "/Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy/stats/tests/test_morestats.py", line 72, in test_expon
19    assert_array_less(crit[:-1], A)
20  File "/Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/testing/utils.py", line 869, in assert_array_less
21    header='Arrays are not less-ordered')
22  File "/Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/testing/utils.py", line 613, in assert_array_compare
23    chk_same_position(x_id, y_id, hasval='inf')
24  File "/Volumes/Files/macports/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/testing/utils.py", line 588, in chk_same_position
25    raise AssertionError(msg)
26AssertionError:
27Arrays are not less-ordered
28
29x and y inf location mismatch:
30 x: array([ 0.911,  1.065,  1.325,  1.587])
31 y: array(inf)
32
33----------------------------------------------------------------------
34Ran 4724 tests in 62.461s
35
36FAILED (KNOWNFAIL=18, SKIP=36, failures=1)
37Out[4]: <nose.result.TextTestResult run=4724 errors=0 failures=1>