Skip to content

Commit

Permalink
Update freud/order.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua A. Anderson <[email protected]>
  • Loading branch information
janbridley and joaander authored Nov 5, 2024
1 parent f716ee2 commit 7395311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freud/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ def particle_harmonics(self):
def cluster_sizes(self):
""":math:`(N_{clusters}, )` :class:`np.ndarray`: The sizes of all
clusters."""
# return np.asarray(self.thisptr.getClusterSizes())
return self._cpp_obj.getClusterSizes().toNumpyArray()

@_Compute._computed_property
Expand Down

0 comments on commit 7395311

Please sign in to comment.