Skip to content

Commit

Permalink
TST: decorate with requries_testing_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Massich authored and larsoner committed Jul 19, 2019
1 parent efa6f45 commit db97820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/viz/tests/test_epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def test_plot_psd_epochs():
plt.close('all')


@testing.requires_testing_data
def test_plot_epochs_ctf():
"""Test of basic CTF plotting."""
raw = read_raw_ctf(ctf_fname, preload=True)
Expand All @@ -328,6 +329,7 @@ def test_plot_epochs_ctf():
plt.close('all')


@testing.requires_testing_data
def test_plot_psd_epochs_ctf():
"""Test plotting CTF epochs psd (+topomap)."""
raw = read_raw_ctf(ctf_fname, preload=True)
Expand Down

0 comments on commit db97820

Please sign in to comment.