Skip to content

Commit

Permalink
Update stub files (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 19, 2024
1 parent 98871a7 commit 17ae7fe
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/mne_lsl/stream/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -423,16 +423,8 @@ class BaseStream(ABC, ContainsMixin, SetChannelsMixin):
Returns
-------
montage : None | str | DigMontage
A montage containing channel positions. If a string or
:class:`~mne.channels.DigMontage` is
specified, the existing channel information will be updated with the
channel positions from the montage. Valid strings are the names of the
built-in montages that ship with MNE-Python; you can list those via
:func:`mne.channels.get_builtin_montages`.
If ``None`` (default), the channel positions will be removed from the
:class:`~mne.Info`.
montage : None | DigMontage
A copy of the channel positions, if available, otherwise ``None``.
"""

def notch_filter(
Expand Down

0 comments on commit 17ae7fe

Please sign in to comment.