We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f0f72 commit 77e37beCopy full SHA for 77e37be
1 file changed
dabest/tests/test_03_plotting.py
@@ -114,7 +114,7 @@ def test_10_cummings_multi_groups():
114
115
116
@pytest.mark.mpl_image_compare
117
-def test_11_inset_plots():
+def test_11_inset_plots(tolerance=8):
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