[NumPy-Tickets] [NumPy] #867: Array generation fail
NumPy Trac
numpy-tickets@scipy....
Wed Mar 23 18:05:18 CDT 2011
#867: Array generation fail
-------------------------+--------------------------------------------------
Reporter: davyzhu | Owner: somebody
Type: defect | Status: closed
Priority: low | Milestone: Unscheduled
Component: numpy.core | Version: none
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by mwiebe):
* status: new => closed
* resolution: => fixed
* milestone: => Unscheduled
Comment:
This works for me in the 1.6 beta 1:
{{{
In [5]: a = array([0x0000000E,0xFFFFFEB3],int32)
In [6]: a
Out[6]: array([ 14, -333], dtype=int32)
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/867#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list