Skip to content

Commit 77e37be

Browse files
committed
reduce tolerance for inset plot comparison
1 parent c9f0f72 commit 77e37be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dabest/tests/test_03_plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_10_cummings_multi_groups():
114114

115115

116116
@pytest.mark.mpl_image_compare
117-
def test_11_inset_plots():
117+
def test_11_inset_plots(tolerance=8):
118118

119119
# Load the iris dataset. Requires internet access.
120120
iris = pd.read_csv("https://github.com/mwaskom/seaborn-data/raw/master/iris.csv")

0 commit comments

Comments
 (0)