Skip to content

Commit 3a19ad5

Browse files
authored
Update test_plot.py
removed plt.show() call
1 parent 168dba4 commit 3a19ad5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_plot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,5 +586,4 @@ def test_hist_phi_storm(self):
586586
def test_misc(self):
587587
fig = self.clp.figure()
588588
self.clp.savefig('deleteme.png')
589-
self.clp.show()
590-
plt.close()
589+
plt.close()

0 commit comments

Comments
 (0)