[NumPy-Tickets] [NumPy] #2220: silently ignored size mismatch (bug??)
NumPy Trac
numpy-tickets@scipy....
Mon Oct 1 12:46:12 CDT 2012
#2220: silently ignored size mismatch (bug??)
------------------------+---------------------------------------------------
Reporter: nbecker | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.6.2
Keywords: |
------------------------+---------------------------------------------------
n [19]: u = np.arange (10)
In [20]: v = np.arange (10)
In [21]: u[v] = u
In [22]: u[v] = np.arange(11)
silence...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2220>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list