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

Skip to content

Commit 1e72a2b

Browse files
committed
Merge pull request #5924 from mdboom/fix-image-comparison-docstring
Update docstring to match kwarg default
2 parents d39b331 + c835acb commit 1e72a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def image_comparison(baseline_images=None, extensions=None, tol=0,
276276
277277
Otherwise, a list of extensions to test. For example ['png','pdf'].
278278
279-
*tol*: (default 13)
279+
*tol*: (default 0)
280280
The RMS threshold above which the test is considered failed.
281281
282282
*freetype_version*: str or tuple

0 commit comments

Comments
 (0)