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