Skip to content

Commit 2e31539

Browse files
samuelgarciazm711
andauthored
Update src/spikeinterface/comparison/comparisontools.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 866469a commit 2e31539

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
@@ -178,7 +178,7 @@ def compute_matching_matrix(
178178

179179
def make_match_count_matrix(sorting1, sorting2, delta_frames, symmetric=False):
180180
"""
181-
Compute a matrix representing the matches between two Sorting objects.
181+
Computes a matrix representing the matches between two Sorting objects.
182182
183183
Given two spike trains, this function finds matching spikes based on a temporal proximity criterion
184184
defined by `delta_frames`. The resulting matrix indicates the number of matches between units

0 commit comments

Comments
 (0)