Skip to content

Commit

Permalink
pass correct arguments into hdbscan clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
julienboussard authored Jan 17, 2024
1 parent f8527ee commit 8cbfc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dartsort/cluster/initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def cluster_chunk(
labels[in_chunk] = cluster_util.hdbscan_clustering(
recording,
times_s[in_chunk],
times_samples[in_chunk],
xyza[in_chunk, 0],
xyza[in_chunk, 2],
amps[in_chunk],
Expand Down

0 comments on commit 8cbfc59

Please sign in to comment.