Skip to content

Commit

Permalink
Updates baseline image for mpl 3.2.2 (#1081)
Browse files Browse the repository at this point in the history
Updates tests for mpl 3.2.2 and adds a small tolerance to manual legend image comparison test.
  • Loading branch information
rebeccabilbro committed Jun 20, 2020
1 parent fb39784 commit 60eff31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tests/baseline_images/test_draw/test_manual_legend.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 60eff31

Please sign in to comment.