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

Skip to content

Commit 5b29438

Browse files
committed
BUG: Fix duplicated test name in test_axes.
This was causing the first test to not run.
1 parent 719b730 commit 5b29438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def test_symlog2():
866866
ax.set_ylim(-0.1, 0.1)
867867

868868

869-
def test_pcolorargs():
869+
def test_pcolorargs_5205():
870870
# Smoketest to catch issue found in gh:5205
871871
x = [-1.5, -1.0, -0.5, 0.0, 0.5, 1.0, 1.5]
872872
y = [-1.5, -1.25, -1.0, -0.75, -0.5, -0.25, 0,

0 commit comments

Comments
 (0)