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

Skip to content

Commit 9d3e774

Browse files
committed
test_axes: Remove more arbitrary large tolerances.
1 parent 38b6157 commit 9d3e774

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def test_polycollection_joinstyle():
543543
ax.set_ybound(0, 3)
544544

545545
@image_comparison(baseline_images=['fill_between_interpolate'],
546-
tol=100, remove_text=True)
546+
remove_text=True)
547547
def test_fill_between_interpolate():
548548
x = np.arange(0.0, 2, 0.02)
549549
y1 = np.sin(2*np.pi*x)
@@ -612,8 +612,7 @@ def test_symlog2():
612612
ax.grid(True)
613613
ax.set_ylim(-0.1, 0.1)
614614

615-
@image_comparison(baseline_images=['pcolormesh'], tol=200,
616-
remove_text=True)
615+
@image_comparison(baseline_images=['pcolormesh'], remove_text=True)
617616
def test_pcolormesh():
618617
n = 12
619618
x = np.linspace(-1.5,1.5,n)

0 commit comments

Comments
 (0)