Closed Genuster closed 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 =.
evoked.nave
evoked.plot()
evoked.plot_image()
≈
=
Failures are unrelated, I'm looking into them now
Fixes #12929.
If
evoked.nave
is not int, it will be rounded to 2 decimal places inevoked.plot()
andevoked.plot_image()
and≈
will be plotted instead of=
.