Skip to content

Commit

Permalink
Remove plt.show calls in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Dec 7, 2013
1 parent 2a19c55 commit 641f6a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gp/tests/test_gp.py
Expand Up @@ -340,15 +340,12 @@ def test_plot():

fig, ax = plt.subplots()
gp.plot(ax=ax)
plt.show()

fig, ax = plt.subplots()
gp.plot()
plt.show()

fig, ax = plt.subplots()
gp.plot(xlim=[0, 1])
plt.show()

plt.close('all')

Expand Down

0 comments on commit 641f6a8

Please sign in to comment.