blob: e17835efdb3b35973e940de9d997a38433189280 (
plain)
1
2
3
4
|
`numpy.unique` has consistent axes order (except the chosen one) when ``axis`` is not None
------------------------------------------------------------------------------------------
Using ``moveaxis`` instead of ``swapaxes`` in `numpy.unique`, so that the ordering of axes
except the axis in arguments will not be broken.
|