Skip to content

Commit ef48946

Browse files
committed
Merge branch 'fix_compute_matching_v4' of github.com:samuelgarcia/spikeinterface into fix_compute_matching_v4
2 parents 62aa0ad + 0349dbb commit ef48946

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/spikeinterface/comparison/comparisontools.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def compute_agreement_score(num_matches, num1, num2):
6363
def do_count_event(sorting):
6464
"""
6565
Count event for each units in a sorting.
66-
66+
6767
Kept for backward compatibility sorting.count_num_spikes_per_unit() is doing the same.
6868
6969
Parameters
@@ -81,7 +81,6 @@ def do_count_event(sorting):
8181
return pd.Series(sorting.count_num_spikes_per_unit())
8282

8383

84-
8584
def count_match_spikes(times1, all_times2, delta_frames): # , event_counts1, event_counts2 unit2_ids,
8685
"""
8786
Computes matching spikes between one spike train and a list of others.
@@ -132,7 +131,7 @@ def compute_matching_matrix(
132131
"""
133132
Internal function used by `make_match_count_matrix()`.
134133
This function is for one segment only.
135-
The llop over segment is done in `make_match_count_matrix()`
134+
The loop over segment is done in `make_match_count_matrix()`
136135
137136
Parameters
138137
----------

0 commit comments

Comments
 (0)