Skip to content

Commit 3dbba38

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ddad903 commit 3dbba38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/comparison/paircomparisons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def print_summary(self, well_detected_score=None, redundant_score=None, overmerg
455455
d = dict(
456456
num_gt=len(self.unit1_ids),
457457
num_tested=len(self.unit2_ids),
458-
num_well_detected=self.count_well_detected_units(well_detected_score)
458+
num_well_detected=self.count_well_detected_units(well_detected_score),
459459
)
460460

461461
if self.exhaustive_gt:

0 commit comments

Comments
 (0)