We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46609a commit c36cae2Copy full SHA for c36cae2
pandas/tests/plotting/test_groupby.py
@@ -91,7 +91,6 @@ def test_groupby_hist_with_legend(self, column, expected_axes_num, label):
91
)
92
for ax, expected_label in zip(axes[0], expected_labels):
93
self._check_legend_labels(ax, expected_label)
94
- tm.close()
95
96
@pytest.mark.parametrize(
97
"label, expected_label", [(None, ["1", "2"]), ("d", ["d", "d"])]
0 commit comments