Skip to content

Commit

Permalink
Update src/spikeinterface/qualitymetrics/quality_metric_calculator.py
Browse files Browse the repository at this point in the history
Co-authored-by: Garcia Samuel <[email protected]>
  • Loading branch information
alejoe91 and samuelgarcia authored Sep 13, 2024
1 parent 406f99b commit 6c8889d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _compute_metrics(self, sorting_analyzer, unit_ids=None, verbose=False, metri

import pandas as pd

metrics = pd.DataFrame(index=sorting_analyzer.unit_ids)
metrics = pd.DataFrame(index=unit_ids)

# simple metrics not based on PCs
for metric_name in metric_names:
Expand Down

0 comments on commit 6c8889d

Please sign in to comment.