Skip to content

Commit a47ff70

Browse files
author
julienboussard
authored
Update ensemble_utils.py
1 parent 5a9cd00 commit a47ff70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dartsort/cluster/ensemble_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def forward_backward(
3131

3232
# load features that we will need
3333
amps = chunk_sortings[0].denoised_amplitudes
34-
xyza = chunk_sortings[0].xyza
34+
xyza = chunk_sortings[0].point_source_localizations
3535
x = xyza[:, 0]
3636
z_reg = z_abs = xyza[:, 2]
3737
if motion_est is not None:

0 commit comments

Comments
 (0)