Skip to content

Commit

Permalink
Adjust tol so that test pass both locally for me on osx and on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 13, 2016
1 parent beaaff5 commit 50c0b74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/matplotlib/tests/test_usetex.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
import matplotlib.pyplot as plt


@image_comparison(baseline_images=['test_usetex'], extensions=['pdf', 'png'])
@image_comparison(baseline_images=['test_usetex'],
extensions=['pdf', 'png'],
tol=0.3)
def test_usetex():
matplotlib.rcParams['text.usetex'] = True
fig = plt.figure()
Expand Down

0 comments on commit 50c0b74

Please sign in to comment.