From eed7efa69f18eca0dafc589977cc05d340e415a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Mon, 22 Mar 2021 18:35:26 +0100 Subject: [PATCH] Drop unused glob import and use Path in a few more places --- mne_bids/tests/test_inspect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_bids/tests/test_inspect.py b/mne_bids/tests/test_inspect.py index 484e09cee..33f32e002 100644 --- a/mne_bids/tests/test_inspect.py +++ b/mne_bids/tests/test_inspect.py @@ -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