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 Jan 10, 2025
1 parent c795d9d commit e87e821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mne_bids_pipeline/steps/preprocessing/_04_frequency_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
)
from mne_bids_pipeline.typing import InFilesT, IntArrayT, OutFilesT, RunKindT, RunTypeT


def get_input_fnames_frequency_filter(
*,
cfg: SimpleNamespace,
Expand Down Expand Up @@ -94,6 +95,7 @@ def zapline(
raw = mne.io.RawArray(out.T, verbose=True, info=raw.info)
return raw


def notch_filter(
raw: mne.io.BaseRaw,
subject: str,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
l_freq = None
h_freq = 100
zapline_fline = 50
zapline_iter = False
zapline_iter = False

0 comments on commit e87e821

Please sign in to comment.