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

Appearance settings

Commit 6b2e116

Browse filesBrowse files
committed
PEP8
1 parent 936315c commit 6b2e116
Copy full SHA for 6b2e116

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/tests/test_marker.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_marker.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from matplotlib import markers
33
from nose.tools import assert_raises
44

5+
56
def test_markers_valid():
67
marker_style = markers.MarkerStyle()
78
mrk_array = np.array([[-0.5, 0],
@@ -12,7 +13,7 @@ def test_markers_valid():
1213

1314
def test_markers_invalid():
1415
marker_style = markers.MarkerStyle()
15-
mrk_array = np.array([[-0.5, 0, 1, 2, 3]])
16+
mrk_array = np.array([[-0.5, 0, 1, 2, 3]])
1617
# Checking this does fail.
1718
with assert_raises(ValueError):
1819
marker_style.set_marker(mrk_array)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.