From 30cc94a1a63ace01f1f80b4279af8fe5d9ff5771 Mon Sep 17 00:00:00 2001 From: colehank <1184270316@qq.com> Date: Fri, 15 Nov 2024 02:15:53 +0800 Subject: [PATCH] bug fix --- mne_icalabel/megnet/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_icalabel/megnet/features.py b/mne_icalabel/megnet/features.py index 5675bab0..421479f2 100644 --- a/mne_icalabel/megnet/features.py +++ b/mne_icalabel/megnet/features.py @@ -31,7 +31,7 @@ def get_megnet_features(raw: BaseRaw, ica: ICA): remove line noise, and downsampled to 250 Hz. ica : ICA ICA decomposition of the provided instance. - The ICA decomposition hould use the infomax method. + The ICA decomposition should use the infomax method. Returns -------