Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colehank committed Nov 14, 2024
1 parent 036599b commit 30cc94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_icalabel/megnet/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 30cc94a

Please sign in to comment.