Skip to content

Commit 395b6d8

Browse files
comment changed
1 parent 3d06241 commit 395b6d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/low_order_moms_dense_batch.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ def main():
3939
alg = d4p.low_order_moments()
4040
res = alg.compute(data)
4141

42-
# result provides minimum, maximum, sum, sum of squares,
43-
# sum of squared difference from the means, mean,
44-
# second order raw moment, variance, standard deviation, variation
42+
# result provides minimum, maximum, sum, sumSquares, sumSquaresCentered,
43+
# mean, secondOrderRawMoment, variance, standardDeviation, variation
4544
assert res.minimum.shape == (1, data.shape[1])
4645
assert res.maximum.shape == (1, data.shape[1])
4746
assert res.sum.shape == (1, data.shape[1])

0 commit comments

Comments
 (0)