Skip to content

Commit e5b7f4c

Browse files
author
julienboussard
committed
2 parents 87adb58 + e9f5208 commit e5b7f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dartsort/cluster/ensemble_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def forward_backward(
3030
labels_all[ix] = sorting.labels[ix]
3131

3232
# load features that we will need
33+
# needs to be all features here
3334
amps = chunk_sortings[0].denoised_amplitudes
3435
xyza = chunk_sortings[0].point_source_localizations
3536
x = xyza[:, 0]

0 commit comments

Comments
 (0)