Skip to content

Commit

Permalink
FIX: Revert n_jobs removal [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 2, 2016
1 parent edb5ca7 commit 0ad50cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/inverse/plot_covariance_whitening_dspm.py
Expand Up @@ -57,7 +57,7 @@
raw = raw.crop(0, 150.).load_data().resample(60, npad='auto')

picks = mne.pick_types(raw.info, meg=True, exclude='bads')
raw.filter(1, None)
raw.filter(1, None, n_jobs=1)

events = mne.find_events(raw, stim_channel='UPPT001')

Expand Down

0 comments on commit 0ad50cb

Please sign in to comment.