Closed aritra-mukhopadhyay closed 1 month ago
These two descriptions should be interchanged:
coords (np.ndarray of shape (N,3)) – Array of coordinates/points to search for neighbors.
other_coords (np.ndarray of shape (M,3) or None, optional) – Array of points to search for neighbors of. The default is None (use coords).
Should read:
coords (np.ndarray of shape (N,3)) – Array of points to search for neighbors of.
other_coords (np.ndarray of shape (M,3) or None, optional) – Array of coordinates/points to search for neighbors. The default is None (use coords).
Problem description:
These two descriptions should be interchanged:
coords (np.ndarray of shape (N,3)) – Array of coordinates/points to search for neighbors.
other_coords (np.ndarray of shape (M,3) or None, optional) – Array of points to search for neighbors of. The default is None (use coords).
Suggested content improvement:
Should read:
coords (np.ndarray of shape (N,3)) – Array of points to search for neighbors of.
other_coords (np.ndarray of shape (M,3) or None, optional) – Array of coordinates/points to search for neighbors. The default is None (use coords).