Skip to content

Commit d5242be

Browse files
author
Chris Fonnesbeck
authored
Merge pull request pymc-devs#1268 from redst4r/fix_modelcontext_import
fixed missing import statement of modelcontext in gibbs.py
2 parents 7265f20 + 67a84cc commit d5242be

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)