[Numpy-tickets] [NumPy] #324: ndmin ignored in array constructor
NumPy
numpy-tickets at scipy.net
Fri Oct 6 07:59:35 CDT 2006
#324: ndmin ignored in array constructor
------------------------+---------------------------------------------------
Reporter: stefan | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Severity: normal | Keywords:
------------------------+---------------------------------------------------
{{{
x = N.array([1],dtype=N.float64)
N.array(x,dtype=N.float64,ndmin=2)
}}}
should give a 2-dimensional array, but doesn't.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/324>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list