Skip to content

Commit c95c34a

Browse files
jlindbloomaloctavodia
authored andcommitted
Update pymc/func_utils.py
1 parent cb60ec0 commit c95c34a

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
@@ -51,7 +51,7 @@ def find_constrained_prior(
5151
Lower bound to get `mass` % of probability of `pm_dist`.
5252
upper : float
5353
Upper bound to get `mass` % of probability of `pm_dist`.
54-
init_guess : dict of {str : float}
54+
init_guess : dict of {str : float}
5555
Initial guess for ``scipy.optimize.least_squares`` to find the
5656
optimal parameters of `pm_dist` fitting the interval constraint.
5757
Must be a dictionary with the name of the PyMC distribution's

0 commit comments

Comments
 (0)