Skip to content

Commit 1082685

Browse files
committed
Lower tolerance to 0, update all images
1 parent f507823 commit 1082685

File tree

1,142 files changed

+182848
-193841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,142 files changed

+182848
-193841
lines changed

lib/matplotlib/testing/decorators.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def do_test():
227227

228228
yield (do_test,)
229229

230-
def image_comparison(baseline_images=None, extensions=None, tol=13,
230+
def image_comparison(baseline_images=None, extensions=None, tol=0,
231231
freetype_version=None, remove_text=False,
232232
savefig_kwarg=None, style='classic'):
233233
"""
@@ -273,6 +273,10 @@ def image_comparison(baseline_images=None, extensions=None, tol=13,
273273
274274
"""
275275

276+
### REMOVE ME!!!
277+
tol = 0
278+
### REMOVE ME!!!
279+
276280
if baseline_images is None:
277281
raise ValueError('baseline_images must be specified')
278282

Binary file not shown.

0 commit comments

Comments
 (0)