[NumPy-Tickets] [NumPy] #2062: Numpy array direct indexing of complex numbers causes crash
NumPy Trac
numpy-tickets@scipy....
Thu Feb 23 00:15:11 CST 2012
#2062: Numpy array direct indexing of complex numbers causes crash
---------------------------------+------------------------------------------
Reporter: nschutten | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.1
Keywords: array complex crash |
---------------------------------+------------------------------------------
On my computer (with Python 2.6 32b), I get the following:
from numpy import *
a=array([1j,2j])
a[0:1:1]
(this gives output: "array([0.+1,j])"
If I then try the direct index e.g. "a[1]", python crashes.
(I have tried different 2.6 versions of Python as well as the latest
Numpy/Scipy, but the issue remains).
Any thoughts?
Regards,
Niels
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2062>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list