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, 2024
1 parent dbe5fa3 commit 3a78e7a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ def main_function(cls, recording, peaks, params, job_kwargs=dict()):
if params["peak_locations"] is None:
from spikeinterface.sortingcomponents.peak_localization import localize_peaks

peak_locations = localize_peaks(
recording, peaks, **params["peak_localization_kwargs"], **job_kwargs
)
peak_locations = localize_peaks(recording, peaks, **params["peak_localization_kwargs"], **job_kwargs)
else:
peak_locations = params["peak_locations"]

Expand Down

0 comments on commit 3a78e7a

Please sign in to comment.