Skip to content

Commit 8c9d844

Browse files
committed
gotta run in tests
1 parent f41d43f commit 8c9d844

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/lasso_block_update.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"cell_type": "code",
2323
"collapsed": false,
2424
"input": [
25+
"from matplotlib.pylab import *\n",
2526
"from pymc import * \n",
2627
"import numpy as np \n",
2728
"\n",

examples/lasso_block_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# First we generate some fake data.
1111

1212
# <codecell>
13-
13+
from matplotlib.pylab import *
1414
from pymc import *
1515
import numpy as np
1616

0 commit comments

Comments
 (0)