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

Skip to content

Commit 5cee379

Browse files
committed
Increase tolerance in pcolormesh test.
svn path=/branches/v1_0_maint/; revision=8926
1 parent 5114b14 commit 5cee379

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
@@ -474,7 +474,7 @@ def test_symlog():
474474

475475
fig.savefig('symlog')
476476

477-
@image_comparison(baseline_images=['pcolormesh'])
477+
@image_comparison(baseline_images=['pcolormesh'], tol=0.02)
478478
def test_pcolormesh():
479479
n = 12
480480
x = np.linspace(-1.5,1.5,n)

0 commit comments

Comments
 (0)