[Numpy-tickets] [NumPy] #469: Memory error: string concatenation
NumPy
numpy-tickets@scipy....
Mon Mar 26 17:53:58 CDT 2007
#469: Memory error: string concatenation
------------------------+---------------------------------------------------
Reporter: stefan | Owner: oliphant
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version: devel
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by oliphant):
This seems to be caused by
concatenate((a,b))
when a is an empty array of float64 and b is an array of S13.
Curiously, the common type is found to be 'S8' (I'm not sure why).
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/469#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list