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

Skip to content

Commit 136bbb2

Browse files
committed
Increased another test tolerance
1 parent 8a5abdc commit 136bbb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_triangulation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,7 @@ def z(x, y):
786786

787787

788788
@image_comparison(baseline_images=['tri_smooth_gradient'],
789-
extensions=['png'], remove_text=True,
790-
tol=0.03 if on_win else 0)
789+
extensions=['png'], remove_text=True, tol=0.035)
791790
def test_tri_smooth_gradient():
792791
# Image comparison based on example trigradient_demo.
793792

0 commit comments

Comments
 (0)