Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Domagoj Fijan <[email protected]>
  • Loading branch information
surajkannur and DomFijan committed Sep 13, 2024
1 parent e2c5d45 commit f45284b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freud/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def compute(self, system, query_points, neighbors=None):
(Default value: None).
""" # noqa E501

# freud.locality.
nlist = _make_default_nlist(system, neighbors, query_points)

self._point_ids = np.unique(nlist.point_indices)
Expand Down

0 comments on commit f45284b

Please sign in to comment.