Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8916067

Browse files
authored
Merge pull request #6713 from tacaswell/tst_missing_decorator
TST: add missing decorator
2 parents f7aa7b3 + 3c2ea5a commit 8916067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4553,6 +4553,7 @@ def test_large_offset():
45534553
fig.canvas.draw()
45544554

45554555

4556+
@cleanup
45564557
def test_bar_color_cycle():
45574558
ccov = mcolors.colorConverter.to_rgb
45584559
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)