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 24, 2024
1 parent 8f5e0e6 commit 5aabe3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mne_icalabel/megnet/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def get_megnet_features(raw: BaseRaw, ica: ICA):
"""Extract time series and topomaps for each ICA component.
the main work is focused on making BrainStorm-like topomaps
which trained the MEGnet.
Expand Down
1 change: 1 addition & 0 deletions mne_icalabel/megnet/label_componets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from mne.io import BaseRaw
from mne.preprocessing import ICA
from numpy.typing import NDArray

from .features import get_megnet_features


Expand Down

0 comments on commit 5aabe3f

Please sign in to comment.