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

Skip to content

Commit 48573d7

Browse files
committed
Improve marker_edge test for this case
1 parent 2e4d552 commit 48573d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ def test_markevery_polar():
957957

958958

959959
@image_comparison(baseline_images=['marker_edges'],
960-
remove_text=True)
960+
remove_text=True, tol=3)
961961
def test_marker_edges():
962962
x = np.linspace(0, 1, 10)
963963
fig = plt.figure()

0 commit comments

Comments
 (0)