Skip to content

Commit a3bab7d

Browse files
authored
Update docstring for model.point_logps (#5505)
* Updated docstring for model.point_logps * Updated docstring for model.point_logps
1 parent 1df15ab commit a3bab7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/model.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,11 +1693,11 @@ def point_logps(self, point=None, round_vals=2):
16931693
16941694
Parameters
16951695
----------
1696-
point: Point
1696+
point: Point, optional
16971697
Point to be evaluated. If ``None``, then ``model.initial_point``
16981698
is used.
1699-
round_vals: int
1700-
Number of decimals to round log-probabilities
1699+
round_vals: int, default 2
1700+
Number of decimals to round log-probabilities.
17011701
17021702
Returns
17031703
-------

0 commit comments

Comments
 (0)