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

Lines changed: 5 additions & 1 deletion
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

-4 Bytes
Loading
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy