Skip to content

Commit

Permalink
changed mpl_image_compare tolarance to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Jan 13, 2023
1 parent a959732 commit 2b3b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
HAS_INTERNET = False


def mpl_image_compare(baseline_dir=BASELINE_DIR, tolerance=1, **kwargs):
def mpl_image_compare(baseline_dir=BASELINE_DIR, tolerance=3.5, **kwargs):
return pytest.mark.mpl_image_compare(baseline_dir=baseline_dir,
tolerance=tolerance,
**kwargs)

0 comments on commit 2b3b987

Please sign in to comment.