Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14442a0

Browse files
committed
flake8
1 parent3fcf814 commit14442a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎lib/matplotlib/tests/test_contour.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,8 @@ def test_contour_legend_elements():
535535
fora,cinzip(artists,colors))
536536

537537

538-
@pytest.mark.parametrize("algorithm, klass",
538+
@pytest.mark.parametrize(
539+
"algorithm, klass",
539540
[('mpl2005',contourpy.Mpl2005ContourGenerator),
540541
('mpl2014',contourpy.Mpl2014ContourGenerator),
541542
('serial',contourpy.SerialContourGenerator),
@@ -551,8 +552,8 @@ def test_algorithm_name(algorithm, klass):
551552
plt.contourf(z,algorithm=algorithm)
552553

553554

554-
@pytest.mark.parametrize("algorithm",
555-
['mpl2005','mpl2014','serial','threaded'])
555+
@pytest.mark.parametrize(
556+
"algorithm",['mpl2005','mpl2014','serial','threaded'])
556557
deftest_algorithm_supports_corner_mask(algorithm):
557558
z=np.array([[1.0,2.0], [3.0,4.0]])
558559

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp