Skip to content

Commit 0777648

Browse files
committed
Add import.
1 parent bc0f621 commit 0777648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from pymc3.util import get_variable_name
1616
from .special import log_i0
1717
from ..math import invlogit, logit, logdiffexp
18+
from .shape_utils import broadcast_distribution_samples
1819
from .dist_math import (
1920
alltrue_elemwise, betaln, bound, gammaln, i0e, incomplete_beta, logpow,
2021
normal_lccdf, normal_lcdf, SplineWrapper, std_cdf, zvalue,

0 commit comments

Comments
 (0)