Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd85d1 + 617d22a commit 25adc1cCopy full SHA for 25adc1c
1 file changed
lib/matplotlib/testing/compare.py
@@ -335,7 +335,7 @@ def compare_images(expected, actual, tol, in_decorator=False):
335
save_diff_image(expected, actual, diff_image)
336
337
results = dict(rms=rms, expected=str(expected),
338
- actual=str(actual), diff=str(diff_image))
+ actual=str(actual), diff=str(diff_image), tol=tol)
339
340
if not in_decorator:
341
# Then the results should be a string suitable for stdout.
0 commit comments