| Anonymous | Login | 2026-02-28 10:13 CET |
| Main | My View | View Issues |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0005209 | [py_numpy] regular use | minor | always | 2014-09-25 09:51 | 2014-10-21 16:15 | |||||||
| Reporter | kester | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | |||||||||||
| Summary | 0005209: some of the regression tests fail | |||||||||||
| Description |
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 |
|||||||||||
| Additional Information |
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> |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Notes |
|
|
(0010943) kester (reporter) 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 [^] |
| Copyright © 2000 - 2008 Mantis Group |