Skip to content

Commit 5954e65

Browse files
Remove mention of default value in ZS transform docs
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 566f308 commit 5954e65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pymc/distributions/transforms.py

-2
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,6 @@ class ZeroSumTransform(RVTransform):
281281
----------
282282
zerosum_axes : list of ints
283283
Must be a list of integers (positive or negative).
284-
By default (``zerosum_axes=[-1]``), the sum-to-zero constraint is imposed
285-
on the last axis.
286284
"""
287285

288286
name = "zerosum"

0 commit comments

Comments
 (0)