Skip to content

Commit b50b991

Browse files
Removed commented test line
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 07feaf6 commit b50b991

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
@@ -3688,7 +3688,6 @@ def dist(cls, x_points, pdf_points, *args, **kwargs):
36883688

36893689
def get_moment(rv, size, x_points, pdf_points, cdf_points):
36903690
# cdf_points argument is unused
3691-
# moment = at.as_tensor(0.)
36923691
moment = at.sum(at.mul(x_points, pdf_points))
36933692

36943693
if not rv_size_is_none(size):

0 commit comments

Comments
 (0)