diff --git a/freud/order.py b/freud/order.py index 6c559f2cd..37ffc131b 100644 --- a/freud/order.py +++ b/freud/order.py @@ -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