b5e6655
From 64c0ea2ea7986d6cb05b41d37226f510ffe41b76 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
---
c385e2c
 lib/matplotlib/tests/test_streamplot.py   | 2 +-
c385e2c
 lib/mpl_toolkits/tests/test_axes_grid1.py | 2 +-
c385e2c
 2 files changed, 2 insertions(+), 2 deletions(-)
8d68856
8d68856
diff --git a/lib/matplotlib/tests/test_streamplot.py b/lib/matplotlib/tests/test_streamplot.py
1dcb7af
index 17c0d1967..e261513df 100644
8d68856
--- a/lib/matplotlib/tests/test_streamplot.py
8d68856
+++ b/lib/matplotlib/tests/test_streamplot.py
1dcb7af
@@ -61,7 +61,7 @@ def test_linewidth():
8d68856
 
8d68856
 
1dcb7af
 @image_comparison(baseline_images=['streamplot_masks_and_nans'],
1dcb7af
-                  tol=0.04 if on_win else 0,
1dcb7af
+                  tol=0.04 if on_win else 0.01,
1dcb7af
                   remove_text=True, style='mpl20')
8d68856
 def test_masks_and_nans():
8d68856
     X, Y, U, V = velocity_field()
c385e2c
diff --git a/lib/mpl_toolkits/tests/test_axes_grid1.py b/lib/mpl_toolkits/tests/test_axes_grid1.py
b5e6655
index ddbf7e9f7..86e49cc45 100644
c385e2c
--- a/lib/mpl_toolkits/tests/test_axes_grid1.py
c385e2c
+++ b/lib/mpl_toolkits/tests/test_axes_grid1.py
b5e6655
@@ -361,7 +361,7 @@ def test_zooming_with_inverted_axes():
c385e2c
 
c385e2c
 
c385e2c
 @image_comparison(baseline_images=['anchored_direction_arrows'],
c385e2c
-                  tol={'aarch64': 0.02}.get(platform.machine(), 0.0),
c385e2c
+                  tol=0.02,
c385e2c
                   extensions=['png'])
c385e2c
 def test_anchored_direction_arrows():
c385e2c
     fig, ax = plt.subplots()
8d68856
-- 
b5e6655
2.20.1
8d68856