Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Dec 19, 2016
1 parent 804e72d commit 1d26d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/distributions/dist_math.py
Expand Up @@ -10,7 +10,6 @@

from .special import gammaln, multigammaln


def bound(logp, *conditions, broadcast_conditions=True):
"""
Bounds a log probability density with several conditions.
Expand Down Expand Up @@ -44,6 +43,7 @@ def alltrue_elemwise(vals):
ret = ret * (1 * c)
return ret


def alltrue_scalar(vals):
return tt.all([tt.all(1 * val) for val in vals])

Expand Down

0 comments on commit 1d26d79

Please sign in to comment.