Skip to content

Commit d0b80b7

Browse files
committed
Merge branch 'fix_compute_matching_v4' of github.com:samuelgarcia/spikeinterface into fix_compute_matching_v4
2 parents 8d3b830 + bb38af8 commit d0b80b7

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
@@ -254,7 +254,7 @@ def make_match_count_matrix(sorting1, sorting2, delta_frames, ensure_symmetry=Fa
254254
There are corner cases where a spike can be counted twice in the spiketrain 2 if there are bouts of bursting activity
255255
(below delta_frames) in the spiketrain 1. To ensure that the number of matches does not exceed the number of spikes,
256256
we apply a final clip.
257-
257+
258258
259259
For more details on the rationale behind this approach, refer to the documentation of this module and/or
260260
the metrics section in SpikeForest documentation.

0 commit comments

Comments
 (0)