Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 893738d

Browse files
committed
MIN: set tol to 0.075 to be safely inside the RMS margin
1 parent f5b7f5b commit 893738d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/tests/test_axisartist_axislines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_Axes():
5959

6060
@image_comparison(baseline_images=['ParasiteAxesAuxTrans_meshplot'],
6161
extensions=['png'], remove_text=True, style='default',
62-
tol=0.05)
62+
tol=0.075)
6363
def test_ParasiteAxesAuxTrans():
6464

6565
data = np.ones((6, 6))

0 commit comments

Comments
 (0)