Skip to content

Commit bb38af8

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/comparison/comparisontools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def make_match_count_matrix(sorting1, sorting2, delta_frames, ensure_symmetry=Fa
257257
There are corner cases where a spike can be counted twice in the spiketrain 2 if there are bouts of bursting activity
258258
(below delta_frames) in the spiketrain 1. To ensure that the number of matches does not exceed the number of spikes,
259259
we apply a final clip.
260-
260+
261261
262262
For more details on the rationale behind this approach, refer to the documentation of this module and/or
263263
the metrics section in SpikeForest documentation.

0 commit comments

Comments
 (0)