Skip to content

Commit

Permalink
Update src/spikeinterface/curation/sortingview_curation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Oct 2, 2023
1 parent 72c55f1 commit f76e9d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spikeinterface/curation/sortingview_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def apply_sortingview_curation(
# Populate the properties dictionary
for unit_index, unit_id in enumerate(curation_sorting.current_sorting.unit_ids):
unit_id_str = str(unit_id)
# Check for exact match first
if unit_id_str in labels_dict:
for label in labels_dict[unit_id_str]:
properties[label][unit_index] = True
Expand Down

0 comments on commit f76e9d8

Please sign in to comment.