You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it should be a rather unambiguous phenomenon, so please allow me to describe the bug without your recommended format.
Negative numbers like -1 cannot be used for n_jobs in the function psd_welch under the module mne.time_frequency, which fails to enable users to adaptively activate all cores when calling this function, unlike those functions (such as plot_psd) that allows -1 for n_jobs in MNE.