Skip to content

Commit

Permalink
remove unit_ind
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Jul 15, 2024
1 parent ca780ce commit 135b0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/qualitymetrics/pca_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def compute_pc_metrics(
func = _nn_metric_name_to_func[metric_name]
metric_params = qm_params[metric_name] if metric_name in qm_params else {}

for unit_ind, unit_id in units_loop:
for _, unit_id in units_loop:
try:
res = func(
sorting_analyzer,
Expand Down

0 comments on commit 135b0c3

Please sign in to comment.