mne-tools / mne-python

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

BUG: Fix evk.nave plotting when it's float #12936

Closed Genuster closed 3 weeks ago

Genuster commented 3 weeks ago

Fixes #12929.

If evoked.nave is not int, it will be rounded to 2 decimal places in evoked.plot() and evoked.plot_image() and will be plotted instead of =.

larsoner commented 3 weeks ago

Failures are unrelated, I'm looking into them now