-
Notifications
You must be signed in to change notification settings - Fork 16
Deploy validation params to production #966
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If not aggregating at the county level, drops small groups to save on parallelization overhead. If aggregating at the county level, we occasionally see so many groups that running them all on the same set of threads causes us to run out of memory. Instead, batch the mclapply calls.
* change to a single date range fetch approach * do not hardcode msas; source from geomapper * update a few comments
[Draft] Combo indicators bug fix
Allow "today" as an option for lag in validator
…s data, stop where USAFacts stops.
Co-authored-by: Dmitry Shemetov <[email protected]>
Remove unnecessary second loop of signals
[fb-package] Change megacounty behavior
Use geomapper to validate geo value correctness
Co-authored-by: Katie Mazaitis <[email protected]>
Co-authored-by: Katie Mazaitis <[email protected]>
Co-authored-by: Katie Mazaitis <[email protected]>
Co-authored-by: Katie Mazaitis <[email protected]>
Co-authored-by: Katie Mazaitis <[email protected]>
Co-authored-by: Katie Mazaitis <[email protected]>
Create preliminary validation params for safegraph_patterns
Create preliminary validation parameters for quidel_covidtest
update usafacts to use new lag style
Update contribution guide with current branch configuration and development process
Co-authored-by: chinandrew <[email protected]>
Allow more expressive geo value specification in validation
Simplify syntax to suppress all validation checks for a signal/geo/time
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Incremental release of initial validation params. All other changes along for the ride.
Changelog
Itemize code/test/documentation changes and files added/removed.
#965
, Simplify syntax to suppress all validation checks for a signal/geo/time#961
, Allow more expressive geo value specification in validation#686
, Update contribution guide with current branch configuration and development process#938
, update usafacts to use new lag style#942
, Create preliminary validation parameters for quidel_covidtest#939
, Create preliminary validation params for safegraph_patterns#960
, Use geomapper to validate geo value correctness#952
, [fb-package] Change megacounty behavior#959
, Remove unnecessary second loop of signals#958
, Add preliminary validation parameters to google_symptoms#957
, Add preliminary validation parameters for changehc#956
, CI: Drop cdc_covidnet#940
, [fb-package] Add screening test positivity to API#954
, Add preliminary validation parameters to hhs_hosp#953
, combo cases: ignore extra days if jhu-only#943
, Allow "today" as an option for lag in validator#932
, Combo indicators bug fix