Skip to content

Commit 67a84cc

Browse files
committed
fixed missing import statement of modelcontext in gibbs.py
1 parent 7265f20 commit 67a84cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/gibbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from theano.gof.graph import inputs
1212
from theano.tensor import add
13-
13+
from ..model import modelcontext
1414
__all__ = ['ElemwiseCategorical']
1515

1616

0 commit comments

Comments
 (0)