Skip to content

Commit

Permalink
Merge branch 'dev-meeg' of https://github.com/vferat/pycrostates into…
Browse files Browse the repository at this point in the history
… dev-meeg
  • Loading branch information
vferat committed Apr 15, 2024
2 parents 1a8426a + 0b688f5 commit 0dc9aa5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pycrostates/preprocessing/extract_gfp_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if TYPE_CHECKING:
from typing import Optional, Union

from .._typing import Picks, ScalarFloatArray
from .._typing import Picks
from ..io import ChData


Expand Down
1 change: 0 additions & 1 deletion pycrostates/segmentation/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from mne.io import BaseRaw
from mne.utils import check_version

from .._typing import Segmentation
from ..utils import _correlation
from ..utils._checks import _check_type
from ..utils._docs import fill_doc
Expand Down

0 comments on commit 0dc9aa5

Please sign in to comment.