From 17ae7feac214f51850b48b46c890bc482dc47acd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:04:27 +0100 Subject: [PATCH] Update stub files (#383) Co-authored-by: github-actions[bot] --- src/mne_lsl/stream/base.pyi | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/mne_lsl/stream/base.pyi b/src/mne_lsl/stream/base.pyi index 4172d20fe..23ae18136 100644 --- a/src/mne_lsl/stream/base.pyi +++ b/src/mne_lsl/stream/base.pyi @@ -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(