Skip to content

Commit

Permalink
FIX: fix eeglab reader test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnuski committed Aug 15, 2016
1 parent 7fd7993 commit 56d58fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/io/eeglab/tests/test_eeglab.py
Expand Up @@ -77,9 +77,9 @@ def test_io_set():
warnings.simplefilter('always')
epochs = read_epochs_eeglab(epochs_fname)
epochs2 = read_epochs_eeglab(epochs_fname_onefile)
# 3 warnings for each read_epochs_eeglab because there are 3 epochs
# one warning for each read_epochs_eeglab because both files have epochs
# associated with multiple events
assert_equal(len(w), 6)
assert_equal(len(w), 2)
assert_array_equal(epochs.get_data(), epochs2.get_data())

# test different combinations of events and event_ids
Expand Down

0 comments on commit 56d58fc

Please sign in to comment.