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

Skip to content

Commit 6b9ad78

Browse files
committed
Increase test tolerance
1 parent f9d695c commit 6b9ad78

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
@@ -133,7 +133,7 @@ def test_rcupdate():
133133
'pgf.preamble': ['\\usepackage[utf8x]{inputenc}',
134134
'\\usepackage[T1]{fontenc}',
135135
'\\usepackage{sfmath}']})
136-
tol = (4, 0)
136+
tol = (6, 0)
137137
for i, rc_set in enumerate(rc_sets):
138138
mpl.rcParams.update(rc_set)
139139
create_figure()

0 commit comments

Comments
 (0)