Hi,
I’m performing an ICA (infomax) on resting-state eeg data (epoch length=2 seconds)
The process is running, but I have the following warning message:
C:\Users\win\anaconda3\lib\site-packages\mne\preprocessing\infomax_.py:192: RuntimeWarning: overflow encountered in exp
y = 1.0 / (1.0 + np.exp(-u))
I run my script on jupyter notebook on Windows 11 Insider Preview 22621.1
What should I do to avoid this warning message. May I still rely on the ica results?
Thanks for your help
Fred
If you have a question or issue with MNE-Python, please include the following info:
- MNE version: e.g. 0.24.0
- operating system: e.g. macOS 12 / Windows 10 / Ubuntu 18.04
Please also provide relevant code snippets – ideally a minimal working example (MWE).
To get the correct formatting, paste your Python code, then select it, and click on the Preformatted text toolbar button.
Please avoid sharing screenshots of code and error messages! Screenshots are difficult to work with especially on mobile devices; they don’t allow others to copy code and other text; and they don’t show up in the search.
Please edit or remove the above text before submitting your posting.