Skip to content

Commit c88491a

Browse files
committed
fix(si_spike_sorting): in new SI v0.103+, method name change from channel_slice to select_channels
1 parent fe43054 commit c88491a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

element_array_ephys/spike_sorting/si_spike_sorting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def make(self, key):
188188
)
189189

190190
# Restrict to channels from the target port
191-
si_recording = si_recording.channel_slice(
191+
si_recording = si_recording.select_channels(
192192
si_recording.channel_ids[port_indices]
193193
)
194194

0 commit comments

Comments
 (0)