Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
packages: [_delphi_utils_python, changehc, claims_hosp, combo_cases_and_deaths, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, hhs_facilities, jhu, nchs_mortality, nowcast, quidel, quidel_covidtest, safegraph_patterns, sir_complainsalot, usafacts]
packages: [_delphi_utils_python, changehc, claims_hosp, combo_cases_and_deaths, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, hhs_facilities, jhu, nchs_mortality, nowcast, quidel, quidel_covidtest, safegraph_patterns, sir_complainsalot]
defaults:
run:
working-directory: ${{ matrix.packages }}
Expand Down
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
- Keep in sync with '.github/workflows/python-ci.yml'.
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
*/
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts", "dsew_community_profile", "doctor_visits"]

def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "dsew_community_profile", "doctor_visits"]
def build_package_main = [:]
def build_package_prod = [:]
def deploy_staging = [:]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"validation": {
"global": {
"data_source": "usa-facts",
"data_source": "jhu-csse",
"end_date": "2020-09-08",
"span_length": 3,
"suppressed_errors": [
Expand Down
5 changes: 0 additions & 5 deletions ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
"sum_anosmia_ageusia_smoothed_search"
]
},
"usa-facts": {
"max_age": 5,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": ["confirmed_7dav_cumulative_num", "confirmed_7dav_cumulative_prop", "deaths_7dav_cumulative_num", "deaths_7dav_cumulative_prop"]
},
"jhu-csse": {
"max_age": 2,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
Expand Down
55 changes: 0 additions & 55 deletions ansible/templates/usafacts-params-prod.json.j2

This file was deleted.

21 changes: 0 additions & 21 deletions jenkins/usafacts-jenkins-build.sh

This file was deleted.

18 changes: 0 additions & 18 deletions jenkins/usafacts-jenkins-deploy.sh

This file was deleted.

18 changes: 0 additions & 18 deletions jenkins/usafacts-jenkins-package.sh

This file was deleted.

24 changes: 0 additions & 24 deletions jenkins/usafacts-jenkins-test.sh

This file was deleted.

5 changes: 0 additions & 5 deletions sir_complainsalot/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
"sum_anosmia_ageusia_smoothed_search"
]
},
"usa-facts": {
"max_age": 5,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": ["confirmed_7dav_cumulative_num", "confirmed_7dav_cumulative_prop", "deaths_7dav_cumulative_num", "deaths_7dav_cumulative_prop"]
},
"jhu-csse": {
"max_age": 2,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
Expand Down
123 changes: 64 additions & 59 deletions testing_utils/indicator_validation.template.ipynb

Large diffs are not rendered by default.

124 changes: 0 additions & 124 deletions usafacts/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions usafacts/.pylintrc

This file was deleted.

Loading