-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated docstring for find_constrained_prior #5964
Conversation
@AlexAndorra you originally wrote this, correct? Can you take a look? It's for #DataUmbrellaPyMCSprint |
Co-authored-by: Michael Osthege <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #5964 +/- ##
==========================================
- Coverage 89.41% 89.40% -0.01%
==========================================
Files 73 73
Lines 13292 13248 -44
==========================================
- Hits 11885 11845 -40
+ Misses 1407 1403 -4
|
Co-authored-by: Oriol Abril-Pla <[email protected]>
Co-authored-by: Oriol Abril-Pla <[email protected]>
Co-authored-by: Oriol Abril-Pla <[email protected]>
Co-authored-by: Oriol Abril-Pla <[email protected]>
Thanks @OriolAbril, this is useful. I will reference these formatting changes moving forward. |
pymc/func_utils.py
Outdated
PyMC distribution you want to set a prior on. | ||
Needs to have a ``logcdf`` method implemented in PyMC. | ||
lower : float | ||
Lower bound to get `mass` % of probability of `pm_dist`. | ||
upper : float | ||
Upper bound to get `mass` % of probability of `pm_dist`. | ||
init_guess: Dict[str, float] | ||
init_guess : dict of {str : float} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to trim this trailing whitespace.
LGTM. Just need a core dev to approve! |
@jlindbloom |
I can't quite see what the whitespace CI failure is about. |
thanks @jlindbloom! |
What is this PR about?
Just updated the
find_constrained_prior
docstring during the data umbrella sprint (with @bdatko).#DataUmbrellaPyMCSprint
Cc: @reshamas
Checklist
Major / Breaking Changes
Bugfixes / New features
Docs / Maintenance
find_constrained_prior
, following this guide.References
Towards #5459