Skip to content

Commit

Permalink
Update test_iplot.py
Browse files Browse the repository at this point in the history
removed show() because it blocks testing
  • Loading branch information
Jhsmit authored Nov 12, 2019
1 parent 0754860 commit dd04b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_iplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,5 +470,4 @@ def test_hist_phi_storm(self):
def test_misc(self):
fig = plt.figure()
self.icp.savefig('deleteme.png')
self.icp.show()
plt.close()
plt.close()

0 comments on commit dd04b72

Please sign in to comment.