Skip to content

Commit

Permalink
Increase tolerance for google image test (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion authored Apr 24, 2019
1 parent 09a7527 commit f8e377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/tests/test_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def teardown_module(module):

@pytest.mark.internet
@pytest.mark.graphic
@mpl_image_compare()
@mpl_image_compare(tolerance=25)
def test_googlemap():
fig, ax = plt.subplots()
gdir = init_hef()
Expand Down

0 comments on commit f8e377f

Please sign in to comment.