dev-python/matplotlib: increase tolerance for test

Closes: https://bugs.gentoo.org/786834
Closes: https://bugs.gentoo.org/738884
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-16 23:59:02 +01:00
parent c871e49a00
commit d321667b04

View File

@@ -23,3 +23,16 @@ index 55e375311..684f38fb7 100644
--
2.32.0
diff --git a/lib/matplotlib/tests/test_image.py b/lib/matplotlib/tests/test_image.py
index c635564..4352942 100644
--- a/lib/matplotlib/tests/test_image.py
+++ b/lib/matplotlib/tests/test_image.py
@@ -872,7 +872,7 @@ def test_imshow_endianess():
@image_comparison(['imshow_masked_interpolation'],
- tol=0 if platform.machine() == 'x86_64' else 0.01,
+ tol=0.01,
remove_text=True, style='mpl20')
def test_imshow_masked_interpolation():