Skip to content

Commit 36d5889

Browse files
committed
test: close figures
1 parent d32cbe3 commit 36d5889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_annotate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def plot():
3737

3838

3939
def test():
40+
plt.close('all')
4041
phash = Phash(plot())
4142
assert phash.phash == 'ab8a79a1549654be', phash.get_details()
4243

0 commit comments

Comments
 (0)