Skip to content

Commit c6ec127

Browse files
szhorvatntamas
authored andcommitted
test: increase tolerance for matplotlib backend image comparisons, fixes #805
1 parent ff0d899 commit c6ec127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drawing/matplotlib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def wrapper(*args, **kwargs):
7171

7272
def image_comparison(
7373
baseline_images,
74-
tol=0.025,
74+
tol=4.0,
7575
remove_text=False,
7676
savefig_kwarg=None,
7777
# Default of mpl_test_settings fixture and cleanup too.

0 commit comments

Comments
 (0)