Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 761fb04

Browse files
committed
Update all test images for zero tolerance
1 parent fd7cb68 commit 761fb04

File tree

1,194 files changed

+228721
-287324
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,194 files changed

+228721
-287324
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def do_test():
217217
if err:
218218
raise ImageComparisonFailure(
219219
'images not close: %(actual)s vs. %(expected)s '
220-
'(RMS %(rms).3f)'%err)
220+
'(RMS %(rms).3f vs. %(tol).3f)'%err)
221221
except ImageComparisonFailure:
222222
if not check_freetype_version(self._freetype_version):
223223
raise KnownFailureTest(
Binary file not shown.

0 commit comments

Comments
 (0)