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

Skip to content

Commit 568630d

Browse files
committed
Merged revisions 8926 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v1_0_maint ........ r8926 | mdboom | 2011-01-18 13:59:03 -0500 (Tue, 18 Jan 2011) | 2 lines Increase tolerance in pcolormesh test. ........ svn path=/trunk/matplotlib/; revision=8927
1 parent 0291369 commit 568630d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def test_symlog():
482482

483483
fig.savefig('symlog')
484484

485-
@image_comparison(baseline_images=['pcolormesh'])
485+
@image_comparison(baseline_images=['pcolormesh'], tol=0.02)
486486
def test_pcolormesh():
487487
n = 12
488488
x = np.linspace(-1.5,1.5,n)

0 commit comments

Comments
 (0)