Skip to content

Commit 56acb01

Browse files
author
juan.lopez.arriaza
committed
remove unneeded broadcasting
1 parent 59cdf8b commit 56acb01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc/distributions/continuous.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3728,7 +3728,6 @@ def dist(cls, mu=0, sigma=1.0, *args, **kwargs):
37283728
return super().dist([mu, sigma], *args, **kwargs)
37293729

37303730
def get_moment(rv, size, mu, sigma):
3731-
mu, sigma = at.broadcast_arrays(mu, sigma)
37323731
mean = mu + sigma * (np.euler_gamma + at.log(2))
37333732

37343733
if not rv_size_is_none(size):

0 commit comments

Comments
 (0)