Skip to content

Commit

Permalink
add a small tol to manual legend image comparison test
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccabilbro committed Jun 20, 2020
1 parent f03fe70 commit 3659409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_draw.py
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 3659409

Please sign in to comment.