Opened 8 years ago

Last modified 8 years ago

#52559 new defect

py27-numpy fresh installation on Sierra fails test — at Initial Version

Reported by: shigemi.ohta@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py27-numpy

Description

numpy.test('full') quickly fails: ... FAIL: test_refcount_vdot (test_regression.TestRegression)


Traceback (most recent call last):

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/tests/test_regression.py", line 659, in test_refcount_vdot

_assert_valid_refcount(np.vdot)

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/utils.py", line 1336, in _assert_valid_refcount

assert_(sys.getrefcount(i) >= rc)

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/utils.py", line 75, in assert_

raise AssertionError(smsg)

AssertionError


Ran 5940 tests in 1441.503s

FAILED (KNOWNFAIL=6, SKIP=30, failures=1)

Change History (0)

Note: See TracTickets for help on using tickets.