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 Oct 14, 2024
1 parent 957861f commit 5568e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/sortingcomponents/peak_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ def __init__(
):
PeakDetector.__init__(self, recording, return_output=True)
import scipy

if not HAVE_NUMBA:
raise ModuleNotFoundError('matched_filtering" needs numba which is not installed')

Expand Down

0 comments on commit 5568e1a

Please sign in to comment.