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 169974b commit 5b45639Copy full SHA for 5b45639
pandas/tests/plotting/test_datetimelike.py
@@ -1405,7 +1405,6 @@ def test_format_timedelta_ticks_narrow(self):
1405
fig.canvas.draw()
1406
labels = ax.get_xticklabels()
1407
1408
- assert len(labels) == len(expected_labels)
1409
assert [x.get_text() for x in labels] == expected_labels
1410
1411
def test_format_timedelta_ticks_wide(self):
@@ -1438,7 +1437,6 @@ def test_format_timedelta_ticks_wide(self):
1438
1437
1439
1440
1441
1442
1443
1444
def test_timedelta_plot(self):
0 commit comments