-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement posteriors generator #162
Conversation
Codecov Report
@@ Coverage Diff @@
## main #162 +/- ##
=======================================
Coverage 75.60% 75.60%
=======================================
Files 36 36
Lines 2919 2919
=======================================
Hits 2207 2207
Misses 712 712 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Click here to view all benchmarks. |
Click here to view all benchmarks. |
for sampler in [ | ||
"dynesty", | ||
"svi", | ||
# "NUTS", |
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.
Commented out because NUTS is failing to compute samples. Opened #163 to address the issue.
Click here to view all benchmarks. |
Creates a script that enables the generation of posteriors using a variety of samplers.
Code Quality