Skip to content

Commit

Permalink
ci: increase test tolerance for Matplotlib tests to make sure they pa…
Browse files Browse the repository at this point in the history
…ss on aarch64
  • Loading branch information
ntamas committed Oct 12, 2023
1 parent 5c8b36c commit 355b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drawing/matplotlib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def wrapper(*args, **kwargs):

def image_comparison(
baseline_images,
tol=0.01,
tol=0.025,
remove_text=False,
savefig_kwarg=None,
# Default of mpl_test_settings fixture and cleanup too.
Expand Down

0 comments on commit 355b303

Please sign in to comment.