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

Skip to content

Commit 8744758

Browse files
author
Manuel Jung
committed
Rename test cases to comply with new scheme of bd63121
1 parent bb6bfb1 commit 8744758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_streamplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ def test_masks_and_nans():
6565
plt.streamplot(X, Y, U, V, color=U, cmap=plt.cm.Blues)
6666

6767

68-
@image_comparison(baseline_images=['streamplot_maxlength_test_image'],
68+
@image_comparison(baseline_images=['streamplot_maxlength'],
6969
extensions=['png'])
7070
def test_maxlength():
7171
x, y, U, V = swirl_velocity_field()
7272
plt.streamplot(x, y, U, V, maxlength=10., start_points=[[0.,1.5]],
7373
linewidth=2,density=2)
7474

7575

76-
@image_comparison(baseline_images=['streamplot_direction_test_image'],
76+
@image_comparison(baseline_images=['streamplot_direction'],
7777
extensions=['png'])
7878
def test_direction():
7979
x, y, U, V = swirl_velocity_field()

0 commit comments

Comments
 (0)