Skip to content

Commit 8c29645

Browse files
committed
removes trailing whitespace
1 parent d500aec commit 8c29645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def dist(cls, alpha, beta, n, *args, **kwargs):
238238
beta = at.as_tensor_variable(floatX(beta))
239239
n = at.as_tensor_variable(intX(n))
240240
return super().dist([n, alpha, beta], **kwargs)
241-
241+
242242
def get_moment(rv, size, n, alpha, beta):
243243
mean = (n * alpha) / (alpha + beta)
244244
if not rv_size_is_none(size):

0 commit comments

Comments
 (0)