Skip to content

Commit 13360b9

Browse files
committed
FIX: Click inbounds
1 parent 7b05e3b commit 13360b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/viz/tests/test_3d_mpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_plot_volume_source_estimates_basic(
8686
want_str = f"({want_p[0]:0.1f}, {want_p[1]:0.1f}, {want_p[2]:0.1f}) mm"
8787
assert want_str in log, (want_str, init_p)
8888
for ax_idx in [0, 2, 3, 4]:
89-
_fake_click(fig, fig.axes[ax_idx], (0.3, 0.5))
89+
_fake_click(fig, fig.axes[ax_idx], (0.5, 0.5))
9090
_fake_keypress(fig, "left")
9191
_fake_keypress(fig, "shift+right")
9292
if bg_img is not None:

0 commit comments

Comments
 (0)