-
Notifications
You must be signed in to change notification settings - Fork 47
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
Include pymc in the documentation. #1305
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1305 +/- ##
===========================================
- Coverage 84.52% 84.41% -0.12%
===========================================
Files 153 153
Lines 12456 12457 +1
===========================================
- Hits 10528 10515 -13
- Misses 1928 1942 +14 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
pypesto/result/sample.py
Outdated
@@ -48,6 +20,34 @@ def __init__( | |||
effective_sample_size: float = None, | |||
message: str = None, | |||
): | |||
""" | |||
Initialize the McmcPtResult. |
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.
Why are these now documented as constructor parameters? Attributes seems more appropriate
Pymc was not listed in the documentation.