Conversation
|
Make sure to bump version in DESCRIPTION when posterior gets updated |
|
Updated snaps just to see if tests pass, but there are a lot of (repeated) warnings in the new version. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #290 +/- ##
==========================================
- Coverage 92.78% 92.76% -0.02%
==========================================
Files 31 31
Lines 2992 2998 +6
==========================================
+ Hits 2776 2781 +5
- Misses 216 217 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Jonah Gabry <jgabry@gmail.com>
|
Unfortunately posterior has many warnings and the progress on having better control of the warnings with warning levels has been slow stan-dev/posterior#309 |
Yeah and warnings add some overhead (even if suppressed), so I expect this to be a bit slower than the current implementation in the case that there are many warnings. I wish there was just a |
|
Just in case if you had not noticed |
|
No I missed that PR, I hadn't seen that |
|
@avehtari it would also be good if |
|
I think this looks good now, the only question I have is whether we care about the extra |
|
Seems like its probably worth opening a PR to modify ps_tail then to add two flags, sorted and silent? |
|
Before adding silent flag to any function, I think we should decide whether we would in general prefer to use per function flags or global package options. See also stan-dev/posterior#309, stan-dev/cmdstanr#1175, and #353 |
PerformanceUsing the 4000x1359 I did not test with this PR. As that (I'll add later comments about desired behavior which helps to clarify which warnings we want to see) |
|
Thanks! I forgot about that example from that PR, good idea to add it to #352. |
|
Rely on
posteriorfor pareto smoothening tails.