Revision: 8926
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8926&view=rev
Author: mdboom
Date: 2011-01-18 18:59:03 +0000 (Tue, 18 Jan 2011)
Log Message:
-----------
Increase tolerance in pcolormesh test.
Modified Paths:
--------------
branches/v1_0_maint/lib/matplotlib/tests/test_axes.py
Modified: branches/v1_0_maint/lib/matplotlib/tests/test_axes.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/tests/test_axes.py 2011-01-17 19:27:43 UTC (rev 8925)
+++ branches/v1_0_maint/lib/matplotlib/tests/test_axes.py 2011-01-18 18:59:03 UTC (rev 8926)
@@ -474,7 +474,7 @@
fig.savefig('symlog')
-@image_comparison(baseline_images=['pcolormesh'])
+@image_comparison(baseline_images=['pcolormesh'], tol=0.02)
def test_pcolormesh():
n = 12
x = np.linspace(-1.5,1.5,n)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|