mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user