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: Zach McKenzie <[email protected]>
  • Loading branch information
samuelgarcia and zm711 authored Nov 13, 2023
1 parent b55991c commit 866469a
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 @@ -184,7 +184,7 @@ def make_match_count_matrix(sorting1, sorting2, delta_frames, symmetric=False):
defined by `delta_frames`. The resulting matrix indicates the number of matches between units
in `spike_frames_train1` and `spike_frames_train2` for each pair of units.
Note that this algo is not symmetric and biased toward sorting1 is the ground truth.
Note that this algo is not symmetric and is biased with `sorting1` representing ground truth for the comparison
Parameters
----------
Expand Down

0 comments on commit 866469a

Please sign in to comment.