-
Notifications
You must be signed in to change notification settings - Fork 1
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
**HACK** Dump population at given intervals. #545
base: main
Are you sure you want to change the base?
Conversation
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.
clang-tidy made some suggestions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #545 +/- ##
==========================================
- Coverage 49.00% 48.89% -0.11%
==========================================
Files 164 164
Lines 7816 7833 +17
Branches 1063 1068 +5
==========================================
Hits 3830 3830
- Misses 3977 3994 +17
Partials 9 9 ☔ View full report in Codecov by Sentry. |
DO NOT MERGE
Hack to enable whole population dumping (baseline and intervention) of risk factors at selected times.
Control this by setting an environment variable before running healthgps:
Try it out locally if you can to check you see how it works, and if there's anything else you need dumped.
Resolves #535