-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add seed to lfmcmc run function #30
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 83.99% 83.96% -0.03%
==========================================
Files 42 42
Lines 2761 2763 +2
==========================================
+ Hits 2319 2320 +1
- Misses 442 443 +1 ☔ View full report in Codecov by Sentry. |
Please bump the patch version in |
@gvegayon I bumped the patch version, but see that it is failing the codecov/project check. What is this checking and how do I resolve that? |
Codecov checks for the delta in testing. Since you added a couple of lines, it is complaining that we have relatively less testing than in the master version. It's OK for the moment. |
Oh, also please run the Make command that updates the single header. Thanks! |
Done |
Add optional seed parameter to LFMCMC run function to set the rand engine seed