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

Skip to content

Commit 0a5eea4

Browse files
committed
Add @cleanup decorator
1 parent 0f204ec commit 0a5eea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ def get_transform(self):
561561
ax.axis([-1, 1, -1, 1])
562562

563563

564+
@cleanup
564565
def test_picking():
565566
fig, ax = plt.subplots()
566567
col = ax.scatter([0], [0], [1000])

0 commit comments

Comments
 (0)