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 Sep 27, 2023
1 parent 0a2c0f6 commit 5fbc88d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,13 @@ def remove_duplicates(


def remove_duplicates_via_matching(
waveform_extractor, noise_levels, peak_labels, method_kwargs={}, job_kwargs={}, tmp_folder=None, method="circus-omp-svd"
waveform_extractor,
noise_levels,
peak_labels,
method_kwargs={},
job_kwargs={},
tmp_folder=None,
method="circus-omp-svd",
):
from spikeinterface.sortingcomponents.matching import find_spikes_from_templates
from spikeinterface import get_noise_levels
Expand Down

0 comments on commit 5fbc88d

Please sign in to comment.