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 62aa0ad + 0349dbb commit ef48946
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/spikeinterface/comparison/comparisontools.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def compute_agreement_score(num_matches, num1, num2):
def do_count_event(sorting):
"""
Count event for each units in a sorting.
Kept for backward compatibility sorting.count_num_spikes_per_unit() is doing the same.
Parameters
Expand All @@ -81,7 +81,6 @@ def do_count_event(sorting):
return pd.Series(sorting.count_num_spikes_per_unit())



def count_match_spikes(times1, all_times2, delta_frames): # , event_counts1, event_counts2 unit2_ids,
"""
Computes matching spikes between one spike train and a list of others.
Expand Down Expand Up @@ -132,7 +131,7 @@ def compute_matching_matrix(
"""
Internal function used by `make_match_count_matrix()`.
This function is for one segment only.
The llop over segment is done in `make_match_count_matrix()`
The loop over segment is done in `make_match_count_matrix()`
Parameters
----------
Expand Down

0 comments on commit ef48946

Please sign in to comment.