27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From c3b9e1f09d8b061db4810640afb4b92f0cc25aaf Mon Sep 17 00:00:00 2001
|
|
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|
Date: Fri, 11 Aug 2023 05:13:38 -0400
|
|
Subject: [PATCH 5/5] TST: Increase some tolerances for non-x86 arches
|
|
|
|
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|
---
|
|
lib/mpl_toolkits/mplot3d/tests/test_axes3d.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py b/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
|
|
index 9cebc8a33e..080f17ac81 100644
|
|
--- a/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
|
|
+++ b/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
|
|
@@ -2249,7 +2249,7 @@ def test_scatter_masked_color():
|
|
len(super(type(path3d), path3d).get_facecolors())
|
|
|
|
|
|
-@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20')
|
|
+@mpl3d_image_comparison(['surface3d_zsort_inf.png'], style='mpl20', tol=0.055)
|
|
def test_surface3d_zsort_inf():
|
|
fig = plt.figure()
|
|
ax = fig.add_subplot(projection='3d')
|
|
--
|
|
2.41.0
|
|
|