Skip to content

Commit

Permalink
FIX: Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 23, 2015
1 parent 122b56f commit b4f5580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/io/tests/test_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def test_set_bipolar_reference():
assert_raises(ValueError, set_bipolar_reference, raw,
'EEG 001', 'EEG 002', ch_name='EEG 003')


def _check_channel_names(inst, ref_names):
if isinstance(ref_names, str):
ref_names = [ref_names]
Expand Down

0 comments on commit b4f5580

Please sign in to comment.