We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b05e3b commit 13360b9Copy full SHA for 13360b9
mne/viz/tests/test_3d_mpl.py
@@ -86,7 +86,7 @@ def test_plot_volume_source_estimates_basic(
86
want_str = f"({want_p[0]:0.1f}, {want_p[1]:0.1f}, {want_p[2]:0.1f}) mm"
87
assert want_str in log, (want_str, init_p)
88
for ax_idx in [0, 2, 3, 4]:
89
- _fake_click(fig, fig.axes[ax_idx], (0.3, 0.5))
+ _fake_click(fig, fig.axes[ax_idx], (0.5, 0.5))
90
_fake_keypress(fig, "left")
91
_fake_keypress(fig, "shift+right")
92
if bg_img is not None:
0 commit comments