I find this confusing:
numpy.sort(a, axis=-1, kind='quicksort', order=None)
Return copy of 'a' sorted along the given axis.
Perform an inplace sort along the given axis using the algorithm
specified by the kind keyword.
I suppose the last bit is supposed to refer to the ``sort``
method rather than the function, but I do not see any signal
that this is the case.
Cheers,
Alan Isaac
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion