Mantis - py_numpy
Viewing Issue Advanced Details
5209 regular use minor always 2014-09-25 09:51 2014-10-21 16:15
kester  
 
normal  
new  
open  
none    
none  
0005209: some of the regression tests fail
I'm not sure if this is a upstream bug or a problem of the OpenCSW build, however users should be careful not to trust all results given buy this build of numpy.

SPARC: errors=1, failures=8
x86: errors=1, failures=2
On SPARC:

kester@unstable10s [unstable10s]:~ > /opt/csw/bin/python
Python 2.7.8 (default, Sep 23 2014, 12:47:57)
[GCC 4.9.0] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()
Running unit tests for numpy
NumPy version 1.7.1
NumPy is installed in /opt/csw/lib/python2.7/site-packages/numpy
Python version 2.7.8 (default, Sep 23 2014, 12:47:57) [GCC 4.9.0]
nose version 1.3.0

...

Ran 4798 tests in 182.387s

FAILED (KNOWNFAIL=6, SKIP=10, errors=1, failures=8)
<nose.result.TextTestResult run=4798 errors=1 failures=8>


On x86:

kester@unstable10x [global]:~ > /opt/csw/bin/python
Python 2.7.8 (default, Sep 23 2014, 12:13:35)
[GCC 4.9.0] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()

...

FAILED (KNOWNFAIL=6, SKIP=6, errors=1, failures=2)
<nose.result.TextTestResult run=4798 errors=1 failures=2>
Issue History
2014-09-25 09:51 kester New Issue
2014-10-21 16:15 kester Note Added: 0010943

Notes
(0010943)
kester   
2014-10-21 16:15   
I've looked into the issue and it is not a problem of the CSW built, but an upstream problem. I've reported the problems in the upstream numpy bugtracker.

Issues regarding format string causing datetime tests to fail:
https://github.com/numpy/numpy/issues/5209 [^]

Issues regarding atan2, log2 failures:
https://github.com/numpy/numpy/issues/2417 [^]