8000 Correct test comment. · matplotlib/matplotlib@019d651 · GitHub
[go: up one dir, main page]

Skip to content

Commit 019d651

Browse files
committed
Correct test comment.
1 parent 41671e4 commit 019d651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_marker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def test_markers_valid():
1515
def test_markers_invalid():
1616
marker_style = markers.MarkerStyle()
1717
mrk_array = np.array([[-0.5, 0, 1, 2, 3]])
18-
# Checking this doesn't fail.
18 3E20 +
# Checking this does fail.
1919
with pytest.raises(ValueError):
2020
marker_style.set_marker(mrk_array)

0 commit comments

Comments
 (0)
0