Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Aug 15, 2021
1 parent 4593f21 commit ab1c357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mne/gui/tests/test_ieeg_locate_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import mne
from mne.datasets import testing
from mne.utils import requires_nibabel, requires_testing_data
from mne.utils import requires_nibabel

data_path = testing.data_path(download=False)
subject = 'sample'
Expand Down Expand Up @@ -71,7 +71,7 @@ def test_ieeg_elec_locate_gui_io():
mne.gui.locate_ieeg(info, aligned_ct, subject, subjects_dir)


@requires_testing_data
@testing.requires_testing_data
def test_ieeg_elec_locate_gui_display():
"""Test that the intracranial location GUI displays properly."""
raw = mne.io.read_raw_fif(raw_path)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/clinical/10_ieeg_localize.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import nibabel as nib
import nilearn.plotting
from dipy.align import resample,
from dipy.align import resample

import mne
from mne.datasets import fetch_fsaverage
Expand Down

0 comments on commit ab1c357

Please sign in to comment.