From bcac78220851628ddb97e43c2bc26efb7660021f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horva=CC=81t?= Date: Sun, 17 Nov 2024 16:53:22 +0000 Subject: [PATCH] test: increase tolerance for matplotlib backend image comparisons, fixes #805 --- tests/drawing/matplotlib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drawing/matplotlib/utils.py b/tests/drawing/matplotlib/utils.py index 36bd50f1f..f32ad3f73 100644 --- a/tests/drawing/matplotlib/utils.py +++ b/tests/drawing/matplotlib/utils.py @@ -71,7 +71,7 @@ def wrapper(*args, **kwargs): def image_comparison( baseline_images, - tol=0.025, + tol=4.0, remove_text=False, savefig_kwarg=None, # Default of mpl_test_settings fixture and cleanup too.