10000 Update mathtext tests and decrease tolerance threshold to catch chang… · ilustreous/matplotlib@5b12a90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b12a90

Browse files
committed
Update mathtext tests and decrease tolerance threshold to catch change in prime symbol.
1 parent 959aae9 commit 5b12a90

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed
Binary file not shown.
Loading

lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.svg

Lines changed: 37 additions & 37 deletions
Loading

lib/matplotlib/tests/test_mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _run_all_tests(tests):
140140
fig.text(0, float(len(tests) - i - 1) / len(tests), test)
141141
return fig
142142

143-
@image_comparison(baseline_images=['mathtext'])
143+
@image_comparison(baseline_images=['mathtext'], tol=1e-5)
144144
def test_mathtext():
145145
fig = _run_all_tests(math_tests)
146146
fig.savefig('mathtext')

0 commit comments

Comments
 (0)
0