Skip to content

Commit

Permalink
Update src/spikeinterface/widgets/utils_sortingview.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Aug 28, 2024
1 parent 3dc9da2 commit 5495957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/spikeinterface/widgets/utils_sortingview.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def generate_unit_table_view(analyzer, unit_properties=None, similarity_scores=N
for prop_name in unit_properties:

# Get property values from correct location
# import pdb
# pdb.set_trace()
if prop_name in sorting_props:
property_values = sorting.get_property(prop_name)
elif prop_name in qm_props:
Expand Down

0 comments on commit 5495957

Please sign in to comment.