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

Skip to content

Commit 8a5abdc

Browse files
committed
Increased test tolerance
1 parent be920ad commit 8a5abdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_triangulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def z(x, y):
745745

746746

747747
@image_comparison(baseline_images=['tri_smooth_contouring'],
748-
extensions=['png'], remove_text=True)
748+
extensions=['png'], remove_text=True, tol=0.07)
749749
def test_tri_smooth_contouring():
750750
# Image comparison based on example tricontour_smooth_user.
751751
n_angles = 20

0 commit comments

Comments
 (0)