Skip to content

Commit

Permalink
Drop unused glob import and use Path in a few more places
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Mar 22, 2021
1 parent 60c47df commit eed7efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/tests/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def setup_bids_test_dir(bids_root):

@requires_matplotlib
@requires_version('mne', '0.22')
@pytest.mark.parametrize('save_changes', (True, False))
@pytest.mark.filterwarnings(warning_str['channel_unit_changed'])
@pytest.mark.parametrize('save_changes', (True, False))
def test_inspect_single_file(tmp_path, save_changes):
"""Test inspecting a dataset consisting of only a single file."""
from mne.utils._testing import _click_ch_name
Expand Down

0 comments on commit eed7efa

Please sign in to comment.