[NumPy-Tickets] [NumPy] #1390: dtype.itemsize not working correctly
NumPy Trac
numpy-tickets@scipy....
Sun Feb 7 22:21:42 CST 2010
#1390: dtype.itemsize not working correctly
------------------------+---------------------------------------------------
Reporter: robitaille | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by charris):
It works for normal arrays. Maybe it as never been available for scalars?
{{{
In [5]: ones(2).itemsize
Out[5]: 8
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1390#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list