Skip to content

Commit

Permalink
Update ensemble_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
julienboussard authored Jan 17, 2024
1 parent a47ff70 commit e9f5208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dartsort/cluster/ensemble_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def forward_backward(
labels_all[ix] = sorting.labels[ix]

# load features that we will need
# needs to be all features here
amps = chunk_sortings[0].denoised_amplitudes
xyza = chunk_sortings[0].point_source_localizations
x = xyza[:, 0]
Expand Down

0 comments on commit e9f5208

Please sign in to comment.