Skip to content

Commit

Permalink
Merge branch 'fix_compute_matching_v4' of github.com:samuelgarcia/spi…
Browse files Browse the repository at this point in the history
…keinterface into fix_compute_matching_v4
  • Loading branch information
samuelgarcia committed Nov 13, 2023
2 parents 8d3b830 + bb38af8 commit d0b80b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/comparison/comparisontools.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def make_match_count_matrix(sorting1, sorting2, delta_frames, ensure_symmetry=Fa
There are corner cases where a spike can be counted twice in the spiketrain 2 if there are bouts of bursting activity
(below delta_frames) in the spiketrain 1. To ensure that the number of matches does not exceed the number of spikes,
we apply a final clip.
For more details on the rationale behind this approach, refer to the documentation of this module and/or
the metrics section in SpikeForest documentation.
Expand Down

0 comments on commit d0b80b7

Please sign in to comment.