We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f55028d + 2ae07bf commit 49c9d0bCopy full SHA for 49c9d0b
mne/viz/tests/test_topo.py
@@ -295,14 +295,14 @@ def test_plot_topo_image_epochs():
295
assert len(qm_cmap) >= 1
296
assert qm_cmap[0] is cmap
297
298
+
299
def test_plot_topo_select():
300
"""Test selecting sensors in an ERP topography plot."""
301
# Show topography
302
evoked = _get_epochs().average()
303
plot_evoked_topo(evoked, select=True)
304
305
-
306
def test_plot_tfr_topo():
307
"""Test plotting of TFR data."""
308
epochs = _get_epochs()
mne/viz/tests/test_utils.py
@@ -27,7 +27,6 @@
27
centers_to_edges,
28
compare_fiff,
29
concatenate_images,
30
- SelectFromCollection,
31
)
32
33
base_dir = Path(__file__).parents[2] / "io" / "tests" / "data"
0 commit comments