Allow dpars-argument to be passed to predict-function#1058
Allow dpars-argument to be passed to predict-function#1058strengejacke merged 2 commits intomainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1058 +/- ##
==========================================
+ Coverage 55.75% 59.95% +4.19%
==========================================
Files 125 129 +4
Lines 15514 17192 +1678
==========================================
+ Hits 8650 10307 +1657
- Misses 6864 6885 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@DominiqueMakowski can you install the latest main from GitHub and check if all your edge cases work as expected? |
|
It should work by default as previously right? So what is the feature allowed by this changed? |
|
Yes, it's only an addition. We can now also pass the |
|
Like |
|
yes that makes sense, I'll test it! |
if user provided
dparsargument, we just pass it to thepredict()-function. we don't overwrite thepredictargument, because this allows us to pass dpars toposterior_predict()- else, when dpars are provided via thepredict-argument, we always setpredict = "expectation", thus, have no option to use dpars withposterior_predictions().