Skip to content

Commit d3f868c

Browse files
resubmit due to azure infrastructure
1 parent 16ec8d6 commit d3f868c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def test_logscales(self):
261261
@pytest.mark.parametrize("wrong_input", ["sm", "symlog"])
262262
@pytest.mark.parametrize("input_param", ["logx", "logy", "loglog"])
263263
def test_invalid_logscale(self, wrong_input, input_param):
264+
# GH: 24867
264265
df = DataFrame({'a': np.arange(100)}, index=np.arange(100))
265266

266267
msg = "Valid inputs are boolean, None and 'sym'."

0 commit comments

Comments
 (0)