Skip to content

Commit

Permalink
Merge branch 'alltrue_fix' of github.com:pymc-devs/pymc3 into alltrue…
Browse files Browse the repository at this point in the history
…_fix
  • Loading branch information
fonnesbeck committed Dec 12, 2016
2 parents 1196f48 + cfbdf34 commit abb0abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc3/distributions/dist_math.py
Expand Up @@ -37,6 +37,7 @@ def alltrue(vals):
return tt.all(tt.stack([1*val for val in vals]), axis=0)
except TypeError:
return tt.all([tt.all(1 * val) for val in vals])



def logpow(x, m):
Expand Down

0 comments on commit abb0abc

Please sign in to comment.