Skip to content

Commit 3e72922

Browse files
authored
Update pymc/distributions/transforms.py
1 parent 5954e65 commit 3e72922

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc/distributions/transforms.py

-2
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ def bounds_fn(*rv_inputs):
274274
class ZeroSumTransform(RVTransform):
275275
"""
276276
Constrains any random samples to sum to zero along the user-provided ``zerosum_axes``.
277-
By default (``zerosum_axes=[-1]``), the sum-to-zero constraint is imposed
278-
on the last axis.
279277
280278
Parameters
281279
----------

0 commit comments

Comments
 (0)