We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tolerance
1 parent 77e37be commit 36f573eCopy full SHA for 36f573e
1 file changed
dabest/tests/test_03_plotting.py
@@ -113,8 +113,8 @@ def test_10_cummings_multi_groups():
113
114
115
116
-@pytest.mark.mpl_image_compare
117
-def test_11_inset_plots(tolerance=8):
+@pytest.mark.mpl_image_compare(tolerance=20)
+def test_11_inset_plots():
118
119
# Load the iris dataset. Requires internet access.
120
iris = pd.read_csv("https://github.com/mwaskom/seaborn-data/raw/master/iris.csv")
0 commit comments