Add docstring note explaining coord use case

This commit is contained in:
Juan Nunez-Iglesias
2013-08-25 11:06:31 +02:00
parent cb28bba6ee
commit 072eb7640a
+3
View File
@@ -4,6 +4,9 @@ import numpy as np
def unique_rows(ar):
"""Remove repeated rows from a 2D array.
In particular, if given an array of coordinates of shape
(Npoints, Ndim), it will remove repeated points.
Parameters
----------
ar : 2D np.ndarray