Skip to content

Commit 36f573e

Browse files
committed
misplaced the tolerance keyword!!!!
1 parent 77e37be commit 36f573e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dabest/tests/test_03_plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def test_10_cummings_multi_groups():
113113

114114

115115

116-
@pytest.mark.mpl_image_compare
117-
def test_11_inset_plots(tolerance=8):
116+
@pytest.mark.mpl_image_compare(tolerance=20)
117+
def test_11_inset_plots():
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)