[NumPy-Tickets] [NumPy] #512: Incorrect conversion of None into a string for string arrays of size less than 4.
NumPy Trac
numpy-tickets@scipy....
Thu Jul 29 17:48:50 CDT 2010
#512: Incorrect conversion of None into a string for string arrays of size less
than 4.
--------------------------------------+-------------------------------------
Reporter: socha | Owner: somebody
Type: defect | Status: needs_decision
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: none
Keywords: None string array size 4 |
--------------------------------------+-------------------------------------
Changes (by pv):
* status: new => needs_decision
Comment:
The same for integers:
{{{
>>> np.array(['a', 1234, 'c'], dtype='S')
array(['a', '1', 'c'],
dtype='|S1')
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/512#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list