Skip to content

Commit

Permalink
Update src/spikeinterface/comparison/comparisontools.py
Browse files Browse the repository at this point in the history
Co-authored-by: Heberto Mayorquin <[email protected]>
  • Loading branch information
samuelgarcia and h-mayorquin authored Nov 13, 2023
1 parent ef48946 commit 93cd8ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spikeinterface/comparison/comparisontools.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ def compute_matching_matrix(
Returns
-------
matching_matrix : ndarray
A 2D numpy array of shape `(num_units_train1, num_units_train2)`
A 2D numpy array of shape `(num_units_train1, num_units_train2)`. Each element `[i, j]` represents
the count of matching spike pairs between unit `i` from `spike_frames_train1` and unit `j` from `spike_frames_train2`.
"""

Expand Down

0 comments on commit 93cd8ff

Please sign in to comment.