Skip to content

Commit

Permalink
remove the pyplot stuff from test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Dec 24, 2017
1 parent 83e7da5 commit 5f8c1ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_convoys.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import datetime
import matplotlib
import matplotlib.pyplot
import numpy
import random
import scipy.stats
matplotlib.use('Agg') # Needed for matplotlib to run in Travis
matplotlib.pyplot.ion()
import convoys
from convoys import Exponential, Gamma, Weibull, Bootstrapper, plot_cohorts

Expand Down

0 comments on commit 5f8c1ea

Please sign in to comment.