8000 Improved qhull triangulations with large x,y offset by ianthomas23 · Pull Request #8873 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increased another test tolerance
  • Loading branch information
ianthomas23 committed Jul 21, 2017
commit 136bbb29c1a551e7133f2bee66a0fb9f6e7f1914
3 changes: 1 addition & 2 deletions lib/matplotlib/tests/test_triangulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,7 @@ def z(x, y):


@image_comparison(baseline_images=['tri_smooth_gradient'],
extensions=['png'], remove_text=True,
tol=0.03 if on_win else 0)
extensions=['png'], remove_text=True, tol=0.035)
def test_tri_smooth_gradient():
# Image comparison based on example trigradient_demo.

Expand Down
0