Skip to content

Commit 49c9d0b

Browse files
committed
Merge branch 'sensorselect' of github.com:wmvanvliet/mne-python into sensorselect
2 parents f55028d + 2ae07bf commit 49c9d0b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mne/viz/tests/test_topo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,14 @@ def test_plot_topo_image_epochs():
295295
assert len(qm_cmap) >= 1
296296
assert qm_cmap[0] is cmap
297297

298+
298299
def test_plot_topo_select():
299300
"""Test selecting sensors in an ERP topography plot."""
300301
# Show topography
301302
evoked = _get_epochs().average()
302303
plot_evoked_topo(evoked, select=True)
303304

304305

305-
306306
def test_plot_tfr_topo():
307307
"""Test plotting of TFR data."""
308308
epochs = _get_epochs()

mne/viz/tests/test_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
centers_to_edges,
2828
compare_fiff,
2929
concatenate_images,
30-
SelectFromCollection,
3130
)
3231

3332
base_dir = Path(__file__).parents[2] / "io" / "tests" / "data"

0 commit comments

Comments
 (0)