Skip to content

Commit

Permalink
fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay-Robert Dormann committed Nov 1, 2024
1 parent 1993ec9 commit 92442e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amep/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,8 @@ def identify(
sorted_clusters : list
List of lists, where each list contains the indices of the particles
that belong to the same cluster. The list is sorted by the number of
particles in each cluster.
particles in each cluster. Single particles are also included as
clusters in this list.
idx : numpy.ndarray
Array of shape (N,) containing the cluster ID for each particle. N is
the total number of particles.
Expand Down

0 comments on commit 92442e6

Please sign in to comment.