[NumPy-Tickets] [NumPy] #2063: unique() does not seem to return correct index if array larger than 16
NumPy Trac
numpy-tickets@scipy....
Mon Mar 19 13:59:36 CDT 2012
#2063: unique() does not seem to return correct index if array larger than 16
------------------------+---------------------------------------------------
Reporter: lolowizard | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: 1.7.0
Component: numpy.core | Version: 1.6.1
Keywords: unique |
------------------------+---------------------------------------------------
Comment(by bryan):
I am inclined to agree that the documentation does not mention it. OTOH I
am not sure what use return_index is, if it doesn't provide some
additional guarantees, i.e. that they are the first or last instances. If
it's just any index, pretty much all you can use it for is to get one of
the unique values, but unique already returns those.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2063#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list