Ticket #39324: py27-scipy.test_failures.txt

File py27-scipy.test_failures.txt, 1.0 KB (added by spamaddress.giveaway@…, 11 years ago)
Line 
1
2import scipy
3scipy.test()
4Running unit tests for scipy
5/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/plugins/manager.py:418: UserWarning: Module readline was already imported from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.pyc, but /Library/Python/2.7/site-packages/readline-6.2.2-py2.7-macosx-10.7-intel.egg is being added to sys.path
6  import pkg_resources
7NumPy version 1.7.1
8NumPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy
9SciPy version 0.11.0
10SciPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy
11Python version 2.7.5 (default, May 26 2013, 11:28:38) [GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)]
12nose version 1.2.1
13
14
15....
16Ran 5481 tests in 58.535s
17
18FAILED (KNOWNFAIL=13, SKIP=42, errors=1, failures=74)
19Out[3]: <nose.result.TextTestResult run=5481 errors=1 failures=74>