8000 MIN: set `tol` to 0.075 to be safely inside the RMS margin · matplotlib/matplotlib@428dc48 · GitHub
[go: up one dir, main page]

Skip to content

Commit 428dc48

Browse files
committed
MIN: set tol to 0.075 to be safely inside the RMS margin
1 parent 0c170c3 commit 428dc48

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
@@ -46,7 +46,7 @@ def test_Subplot():
4646

4747
@image_comparison(baseline_images=['ParasiteAxesAuxTrans_meshplot'],
4848
extensions=['png'], remove_text=True, style='default',
49-
tol=0.05)
49+
tol=0.075)
5050
def test_ParasiteAxesAuxTrans():
5151

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

0 commit comments

Comments
 (0)
0