8000 Update lib/mpl_toolkits/mplot3d/tests/test_axes3d.py · matplotlib/matplotlib@7405597 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7405597

Browse files
authored
Update lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
1 parent 1137dce commit 7405597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ def test_set_box_aspect_vertical_axis(vertical_axis, aspect_expected):
22912291

22922292
ax.set_box_aspect(None)
22932293

2294-
np.testing.assert_allclose(aspect_expected, ax._box_aspect)
2294+
np.testing.assert_allclose(aspect_expected, ax._box_aspect, rtol=1e-6)
22952295

22962296

22972297
@image_comparison(baseline_images=['arc_pathpatch.png'],

0 commit comments

Comments
 (0)
0