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

Skip to content

Commit 9c36bfd

Browse files
committed
Adjust tol in patheffects tests to pass on my mac OSX10.11 homebrew python
1 parent b49bcf4 commit 9c36bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_patheffects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_SimplePatchShadow_offset():
113113
assert_equal(pe._offset, (4, 5))
114114

115115

116-
@image_comparison(baseline_images=['collection'], tol=0.013 if on_win else 0)
116+
@image_comparison(baseline_images=['collection'], tol=0.015)
117117
def test_collection():
118118
x, y = np.meshgrid(np.linspace(0, 10, 150), np.linspace(-5, 5, 100))
119119
data = np.sin(x) + np.cos(y)

0 commit comments

Comments
 (0)