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

Skip to content

Commit f4ff4c8

Browse files
committed
adjust tol in test trisurf3d to pass on my mac
1 parent 9c36bfd commit f4ff4c8

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
@@ -149,7 +149,7 @@ def test_text3d():
149149
ax.set_zlabel('Z axis')
150150

151151

152-
@image_comparison(baseline_images=['trisurf3d'], remove_text=True)
152+
@image_comparison(baseline_images=['trisurf3d'], remove_text=True, tol=0.03)
153153
def test_trisurf3d():
154154
n_angles = 36
155155
n_radii = 8

0 commit comments

Comments
 (0)