From f54ba6b09d388197aafc757c4d6e1655962d9be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Fri, 21 Jun 2024 19:44:25 +0200 Subject: [PATCH] Update _config.py --- mne_bids_pipeline/_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_bids_pipeline/_config.py b/mne_bids_pipeline/_config.py index d294694a6..5a66cd2c5 100644 --- a/mne_bids_pipeline/_config.py +++ b/mne_bids_pipeline/_config.py @@ -348,7 +348,7 @@ !!! warning If the data contains channel names that are not part of the template montage, the - pipeline run will fail with an error message. You must either pick a different + pipeline run will fail with an error message. You must either pick a different montage or remove those channels via [`drop_channels`][mne_bids_pipeline._config.drop_channels] to continue.