Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent d0b80b7 commit 27f4e6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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

0 comments on commit 27f4e6d

Please sign in to comment.