Skip to content

Commit dd04b72

Browse files
authored
Update test_iplot.py
removed show() because it blocks testing
1 parent 0754860 commit dd04b72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_iplot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,5 +470,4 @@ def test_hist_phi_storm(self):
470470
def test_misc(self):
471471
fig = plt.figure()
472472
self.icp.savefig('deleteme.png')
473-
self.icp.show()
474-
plt.close()
473+
plt.close()

0 commit comments

Comments
 (0)