Skip to content

Commit

Permalink
fix typo in find_events
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet committed Aug 10, 2015
1 parent 52b6843 commit 150418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ def _get_stim_channel(stim_channel, info):
return stim_channel

if 'STI 014' in info['ch_names']:
return 'STI 014'
return ['STI 014']

from .io.pick import pick_types
stim_channel = pick_types(info, meg=False, ref_meg=False, stim=True)
Expand Down

0 comments on commit 150418a

Please sign in to comment.