You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
From f6edb2b275f8fb4daa047df0b12008eac53306f0 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 b3fcffcc6e..f400312859 100644
|
|
--- a/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
|
|
+++ b/lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
|
|
@@ -2264,7 +2264,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.43.0
|
|
|