Skip to content

Commit 78d1223

Browse files
Debian Science Teamrebecca-palmer
Debian Science Team
authored andcommitted
Clean up so test_ts_plot_with_tz doesn't fail
Author: Steffen Rehberg, Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#35080 Forwarded: no Gbp-Pq: Name 35080_plot_tests.patch
1 parent 636d568 commit 78d1223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_converter.py

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def test_option_no_warning(self):
132132
# Test without registering first, no warning
133133
with ctx:
134134
ax.plot(s.index, s.values)
135+
plt.clf()
135136

136137
# Now test with registering
137138
register_matplotlib_converters()

0 commit comments

Comments
 (0)