Skip to content

Commit

Permalink
Merge pull request #3205 from alejoe91/channel-ids-sortingview
Browse files Browse the repository at this point in the history
Channel ids sortingview
  • Loading branch information
alejoe91 authored Jul 15, 2024
2 parents cfffc6c + e580139 commit e2fe22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/unit_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def plot_sortingview(self, data_plot, **backend_kwargs):
unit_id_to_channel_ids = dp.final_sparsity.unit_id_to_channel_ids
unit_id_to_channel_indices = dp.final_sparsity.unit_id_to_channel_indices

unit_ids, channel_ids = make_serializable(dp.unit_ids, dp.channel_ids)
unit_ids, channel_ids = make_serializable(dp.unit_ids, sorting_analyzer.channel_ids)

templates_dict = {}
for u_i, unit in enumerate(unit_ids):
Expand Down

0 comments on commit e2fe22e

Please sign in to comment.