Skip to content

Commit c556ff7

Browse files
committed
Relax tolerance on streamplot integration options test
1 parent 604936f commit c556ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_streamplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_direction():
100100
linewidth=2, density=2)
101101

102102

103-
@image_comparison(['streamplot_integration.png'], style='mpl20')
103+
@image_comparison(['streamplot_integration.png'], style='mpl20', tol=0.05)
104104
def test_integration_options():
105105
# Linear potential flow over a lifting cylinder
106106
n = 50

0 commit comments

Comments
 (0)