Skip to content

Commit cdd56e3

Browse files
committed
Add context about whats being tested
1 parent ce39137 commit cdd56e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/frame/test_frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,6 +2172,7 @@ def test_memory_leak(self, kind):
21722172
)
21732173

21742174
ax = df.plot(kind=kind, **args)
2175+
# https://github.com/pandas-dev/pandas/issues/9003#issuecomment-70544889
21752176
if kind in ["line", "area"]:
21762177
for i, (cached_data, _, _) in enumerate(ax._plot_data):
21772178
ser = df.iloc[:, i]

0 commit comments

Comments
 (0)