Skip to content

Commit 791786f

Browse files
Remove unused theano import
1 parent 8305f5e commit 791786f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Chapter1_Introduction/Ch1_Introduction_PyMC3.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@
650650
],
651651
"source": [
652652
"import pymc3 as pm\n",
653-
"import theano.tensor as tt\n",
654653
"\n",
655654
"with pm.Model() as model:\n",
656655
" alpha = 1.0/count_data.mean() # Recall count_data is the\n",

0 commit comments

Comments
 (0)