Skip to content

Commit 5b51491

Browse files
jlindbloomOriolAbril
authored andcommitted
Update pymc/func_utils.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 9aa46ac commit 5b51491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/func_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def find_constrained_prior(
5656
optimal parameters of `pm_dist` fitting the interval constraint.
5757
Must be a dictionary with the name of the PyMC distribution's
5858
parameter as keys and the initial guess as values.
59-
mass : float, default to 0.95
59+
mass : float, default 0.95
6060
Share of the probability mass we want between ``lower`` and ``upper``.
6161
Defaults to 95%.
6262
fixed_params : str or float, optional, default None

0 commit comments

Comments
 (0)