Open jstout211 opened 1 year ago
Also - n_jobs needs to have a default value.
Traceback (most recent call last):
File "/home/jstout/miniconda3/envs/enigma_meg_test/bin/enigma_prep_QA.py", line 7, in
File "<frozen os>", line 679, in __getitem__
KeyError: 'n_jobs'
(enigma_meg_test) jstout@kani:~/ds004215$ enigma_prep_QA.py -bids_root $(pwd) -subjid sub-ON02747 -session 01 -run 01
Removing 5 compensators from info because not all compensation channels were picked.
Using multitaper spectrum estimation with 7 DPSS windows
/home/jstout/src/enigma_MEG/enigmeg/QA/enigma_QA_functions.py:214: RuntimeWarning: in version 1.5, the default behavior of Spectrum.plot() will change so that bad channels will be shown by default. To keep the old default behavior (and silence this warning), explicitly pass picks='data', exclude='bads'
.
fig = epochs.compute_psd(fmin=subjstruct.proc_vars['fmin'],fmax=subjstruct.proc_vars['fmax']).plot(picks='meg')
Averaging across epochs...
Traceback (most recent call last):
File "/home/jstout/miniconda3/envs/enigma_meg_test/bin/enigma_prep_QA.py", line 7, in
Fixed the n_jobs issue in e44bf5c
enigma_prep_qa.py issue is machine specific, works running locally on a MacBook pro
Code doesn't seem to work for the CAMCAN or MOUS datasets