Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 943af04

Browse files
committed
TST
1 parent b397895 commit 943af04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def test_marker_draw_order_view_rotated(fig_test, fig_ref):
322322
ax.view_init(elev=0, azim=azim - 180) # view rotated by 180 degrees
323323

324324

325-
@mpl3d_image_comparison(['plot_3d_from_2d.png'], tol=0.01)
325+
@mpl3d_image_comparison(['plot_3d_from_2d.png'], tol=0.015)
326326
def test_plot_3d_from_2d():
327327
fig = plt.figure()
328328
ax = fig.add_subplot(111, projection='3d')

0 commit comments

Comments
 (0)