Skip to content

Commit ea75ec1

Browse files
author
Manuel Jung
committed
Test streamplot maxlength feature.
1 parent 67aa36e commit ea75ec1

File tree

3 files changed

+1
-1
lines changed

3 files 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
@@ -57,7 +57,7 @@ def test_masks_and_nans():
5757
plt.streamplot(X, Y, U, V, color=U, cmap=plt.cm.Blues)
5858

5959

60-
@image_comparison(baseline_images=['streamplot_maxlength_test_image'],
60+
@image_comparison(baseline_images=['streamplot_maxlength'],
6161
extensions=['png'])
6262
def test_maxlength():
6363
x = np.linspace(-3.,3.,100)

0 commit comments

Comments
 (0)