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 199b127 commit e941070Copy full SHA for e941070
tests/test_interactables.py
@@ -65,7 +65,7 @@ def test_picking():
65
raw_plotter.iren._mouse_right_button_press(width//2, height//2)
66
raw_plotter.iren._mouse_right_button_release(width//2, height//2)
67
raw_plotter.close()
68
- picked = pl.backend._picked_dict
+ picked = pl.backend._custom_picker.picked_dict
69
assert "CustomSphere" in picked
70
71
# TODO: View and displace arrows tests do not give expected results, PyVista issue?
0 commit comments