mne-tools / mne-python

MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
https://mne.tools
BSD 3-Clause "New" or "Revised" License
2.66k stars 1.31k forks source link

BUG: plot_topomap slider clicking in interactive mode #11790

Open larsoner opened 1 year ago

larsoner commented 1 year ago

@drammock using the pre version appears to have shown a real bug. Not sure why it wasn't caught in non-pre runs...?

In any case I'll merge but we should try to fix this at some point.

_Originally posted by @larsoner in https://github.com/mne-tools/mne-python/pull/11781#discussion_r1254846245_

larsoner commented 1 year ago

Relevant currently-commented-out part of a test:

https://github.com/mne-tools/mne-python/blob/5608da261cc18f4813c1165baa8a6d5f64a1ea8c/mne/viz/tests/test_topomap.py#L464-L475