Skip to content

Instantly share code, notes, and snippets.

@howarth
Created November 17, 2014 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howarth/ae6289878337cb30af84 to your computer and use it in GitHub Desktop.
Save howarth/ae6289878337cb30af84 to your computer and use it in GitHub Desktop.
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Applying baseline correction ... (mode: mean)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "mnepipeline/pipeline.py", line 71, in process
s.processor.run_proc(s.procs[i], db, exp_name, sub, bid, prev_cpi)
File "mnepipeline/proc.py", line 16, in run_proc
proc_fn(data, exp_name, sub, bid, last_cpi)
File "mnepipeline/proc.py", line 39, in proc_empty
n_grad=empty_settings['n_grad'], n_mag=empty_settings['n_ax']))
File "<string>", line 2, in compute_proj_raw
File "/usr1/homes/dhowarth/envs/pipeandexplorer/lib/python2.7/site-packages/mne/utils.py", line 551, in verbose
ret = function(*args, **kwargs)
File "/usr1/homes/dhowarth/envs/pipeandexplorer/lib/python2.7/site-packages/mne/proj.py", line 246, in compute_proj_raw
projs = _compute_proj(data, info, n_grad, n_mag, n_eeg, desc_prefix)
File "<string>", line 2, in _compute_proj
File "/usr1/homes/dhowarth/envs/pipeandexplorer/lib/python2.7/site-packages/mne/utils.py", line 551, in verbose
ret = function(*args, **kwargs)
File "/usr1/homes/dhowarth/envs/pipeandexplorer/lib/python2.7/site-packages/mne/proj.py", line 92, in _compute_proj
overwrite_a=True)[0][:, :n]
File "/usr1/homes/dhowarth/envs/pipeandexplorer/lib/python2.7/site-packages/scipy/linalg/decomp_svd.py", line 103, in svd
raise LinAlgError("SVD did not converge")
numpy.linalg.linalg.LinAlgError: SVD did not converge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment