Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Aug 9, 2017
1 parent bbc7d21 commit c403a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndlib/test/test_mpl_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import ndlib.models.epidemics.SIRModel as sir
import ndlib.models.epidemics.SIModel as si
from ndlib.viz.mpl.DiffusionTrend import DiffusionTrend
import matplotlib
matplotlib.use('Agg')


class VizTest(unittest.TestCase):
Expand Down

0 comments on commit c403a2b

Please sign in to comment.