Skip to content

Commit 355b303

Browse files
committed
ci: increase test tolerance for Matplotlib tests to make sure they pass on aarch64
1 parent 5c8b36c commit 355b303

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.01,
74+
tol=0.025,
7575
remove_text=False,
7676
savefig_kwarg=None,
7777
# Default of mpl_test_settings fixture and cleanup too.

0 commit comments

Comments
 (0)