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

Skip to content

Commit 92bd2cc

Browse files
committed
adjust tol on one more test
1 parent dce9114 commit 92bd2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_pgf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_rcupdate():
129129
'pgf.preamble': ['\\usepackage[utf8x]{inputenc}',
130130
'\\usepackage[T1]{fontenc}',
131131
'\\usepackage{sfmath}']})
132-
tol = (4, 0)
132+
tol = (4, 13)
133133
for i, rc_set in enumerate(rc_sets):
134134
mpl.rcParams.update(rc_set)
135135
create_figure()

0 commit comments

Comments
 (0)