-
Notifications
You must be signed in to change notification settings - Fork 31
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
initial_values
: rename theta to flattened_param_vals
#673
initial_values
: rename theta to flattened_param_vals
#673
Conversation
Pull Request Test Coverage Report for Build 11049838323Details
💛 - Coveralls |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #673 +/- ##
==========================================
- Coverage 75.93% 75.22% -0.71%
==========================================
Files 29 29
Lines 3519 3266 -253
==========================================
- Hits 2672 2457 -215
+ Misses 847 809 -38
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Lovely! Thank you @vandenman! Could you also add a test here: Lines 160 to 164 in 0e40bd0
Should be sufficient to just add a line of the form @test_throws DimensionMismatch sample(model, sampler, 1; progress=false, initial_params=zeros(10)) to make sure that we're correctly throwing an error in the case of incorrect lengths:) Once that's done, I'll hit the big green button:) (I would have made a Github suggestion but unfortunately can't do that to files that are not altered in the PR) |
@torfjelde no problem, let me know if there is anything else! |
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.
Lovely; thank you @vandenman !
There was a minor formatting issue that I just fixed 👍
Approved and scheduled it to "merge when ready" i.e. once test suite passes! Appreciate your contribution:)
Fixes #672