Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41671e4 commit 019d651Copy full SHA for 019d651
1 file changed
lib/matplotlib/tests/test_marker.py
@@ -15,6 +15,6 @@ def test_markers_valid():
15
def test_markers_invalid():
16
marker_style = markers.MarkerStyle()
17
mrk_array = np.array([[-0.5, 0, 1, 2, 3]])
18
- # Checking this doesn't fail.
+ # Checking this does fail.
19
with pytest.raises(ValueError):
20
marker_style.set_marker(mrk_array)
0 commit comments