Skip to content

Commit

Permalink
misplaced the tolerance keyword!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
josesho committed Oct 8, 2019
1 parent 77e37be commit 36f573e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dabest/tests/test_03_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def test_10_cummings_multi_groups():



@pytest.mark.mpl_image_compare
def test_11_inset_plots(tolerance=8):
@pytest.mark.mpl_image_compare(tolerance=20)
def test_11_inset_plots():

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

0 comments on commit 36f573e

Please sign in to comment.