Skip to content

Commit 6f4b4a9

Browse files
committed
Revert "Experimenting with import order"
This reverts commit c407a00, which selected the Agg backend for Matplotlib in pymc/__init__.py, overriding the effects of 40a8070. These changes were unnecessary to fix the non-interative display errors in the Travis tests and prevent interactive plotting unless the user has selected a backend prior to importing pymc.
1 parent 73d32af commit 6f4b4a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
__version__ = "3.0"
2-
import matplotlib
3-
matplotlib.use('Agg')
42

53
from .core import *
64
from .distributions import *

0 commit comments

Comments
 (0)