-
-
Notifications
You must be signed in to change notification settings - Fork 48
Add mean argument to pre-specified laplace likelihoods #1523
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1523 +/- ##
=======================================
Coverage 89.77% 89.77%
=======================================
Files 66 66
Lines 9904 9904
=======================================
Hits 8891 8891
Misses 1013 1013
🚀 New features to boost your workflow:
|
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.
Few error message fixes for the tests but code is good
|
Good catch, all updated |
| Ill-typed arguments supplied to function 'laplace_latent_tol_neg_binomial_2_log_rng' | ||
| for the likelihood: | ||
| The fourth argument must be vector but got <F1>. | ||
| where F1 = (array[] vector, int, real, real) => matrix | ||
| Expected the arguments to start with: | ||
| (array[] int, array[] int, vector, vector) | ||
| Recieved 0 control arguments at the end of the call to 'laplace_latent_tol_neg_binomial_2_log_rng'. | ||
| Expected 6 arguments for the control parameters instead. |
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.
Is this supposed to be different?
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.
Yes, you were looking only at the one commit diff. If you look at the overall diff of the PR you will see the message did not change.
Counterpart to stan-dev/math#3210. Similarly, it is branched off of #1521 to avoid conflicts
Submission Checklist
Release notes
Copyright and Licensing
By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)