Skip to content

Commit a571994

Browse files
Update distributions.py
1 parent 3008c6b commit a571994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/irt/distributions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Beta(ExponentialFamily):
3737
concentration0 (float or Tensor): 2nd concentration parameter of the distribution
3838
(often referred to as beta)
3939
"""
40+
4041
arg_constraints = {
4142
"concentration1": constraints.positive,
4243
"concentration0": constraints.positive,

0 commit comments

Comments
 (0)