[NumPy-Tickets] [NumPy] #1785: fastCopyAndTranspose test error
NumPy Trac
numpy-tickets@scipy....
Sun Mar 27 05:50:56 CDT 2011
#1785: fastCopyAndTranspose test error
------------------------+---------------------------------------------------
Reporter: rgommers | Owner: mwiebe
Type: defect | Status: new
Priority: high | Milestone: 1.6.0
Component: numpy.core | Version: 1.5.1
Keywords: |
------------------------+---------------------------------------------------
In 1.6.x branch:
{{{
======================================================================
ERROR: test_api.test_fastCopyAndTranspose
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
/site-packages/nose-1.0.0-py2.6.egg/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/Users/zouzoujing/Code/numpy/numpy/core/tests/test_api.py", line
11, in test_fastCopyAndTranspose
b = np.fastCopyAndTranspose(a)
ValueError: only 2-d arrays are allowed
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1785>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list