Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 29, 2024
1 parent ddad903 commit 3dbba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/comparison/paircomparisons.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def print_summary(self, well_detected_score=None, redundant_score=None, overmerg
d = dict(
num_gt=len(self.unit1_ids),
num_tested=len(self.unit2_ids),
num_well_detected=self.count_well_detected_units(well_detected_score)
num_well_detected=self.count_well_detected_units(well_detected_score),
)

if self.exhaustive_gt:
Expand Down

0 comments on commit 3dbba38

Please sign in to comment.