From 3659409daa68096ec238c83a766608bd5a89d298 Mon Sep 17 00:00:00 2001 From: Rebecca Bilbro Date: Sat, 20 Jun 2020 13:37:52 -0400 Subject: [PATCH] add a small tol to manual legend image comparison test --- tests/test_draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_draw.py b/tests/test_draw.py index 3dcca499c..6a2a9dd70 100644 --- a/tests/test_draw.py +++ b/tests/test_draw.py @@ -83,7 +83,7 @@ def test_manual_legend(self): ) # Assert image similarity - self.assert_images_similar(ax=ax) + self.assert_images_similar(ax=ax, tol=0.5) def test_vertical_bar_stack(self): """