From ece1f936ba4c130cf82d3954a5e677d96ca3a854 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 23 Jan 2018 20:27:17 -0500 Subject: [PATCH 2/3] Increase tolerances for non-x86_64 arches. Signed-off-by: Elliott Sales de Andrade --- lib/matplotlib/tests/test_streamplot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/matplotlib/tests/test_streamplot.py b/lib/matplotlib/tests/test_streamplot.py index 81a51e711..4f70ce861 100644 --- a/lib/matplotlib/tests/test_streamplot.py +++ b/lib/matplotlib/tests/test_streamplot.py @@ -58,8 +58,7 @@ def test_linewidth(): linewidth=lw) -@image_comparison(baseline_images=['streamplot_masks_and_nans'], - tol=0.04 if on_win else 0) +@image_comparison(baseline_images=['streamplot_masks_and_nans'], tol=0.01) def test_masks_and_nans(): X, Y, U, V = velocity_field() mask = np.zeros(U.shape, dtype=bool) -- 2.17.1