Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb51ce commit c6740fbCopy full SHA for c6740fb
1 file changed
lib/matplotlib/tests/test_patches.py
@@ -252,8 +252,9 @@ def test_wedge_movement():
252
assert_equal(getattr(w, attr), new_v)
253
254
255
+# png needs tol>=0.06, pdf tol>=1.617
256
@image_comparison(baseline_images=['wedge_range'],
- remove_text=True, tol=0.06 if on_win else 0)
257
+ remove_text=True, tol=1.65 if on_win else 0)
258
def test_wedge_range():
259
ax = plt.axes()
260
0 commit comments