Skip to content

Commit f82971c

Browse files
bsmith89twiecki
authored andcommitted
Fix imports necessary to run DirichletMultinomial sampling. (#1275)
1 parent 6b82211 commit f82971c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc3/tuning/scaling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import numpy as np
88
from numpy import exp, log, sqrt
99
from ..model import modelcontext, Point
10-
from ..theanof import hessian_diag
10+
from ..theanof import hessian_diag, inputvars
11+
from ..blocking import DictToArrayBijection, ArrayOrdering
1112

1213
__all__ = ['approx_hessian', 'find_hessian', 'trace_cov', 'guess_scaling']
1314

0 commit comments

Comments
 (0)