From 672cd58cd91ab6acf8ba2244ba16723d9bbe053b Mon Sep 17 00:00:00 2001 From: minhkhul Date: Wed, 5 Jun 2024 18:11:13 -0400 Subject: [PATCH] remove hhs and chng from sircal --- ansible/templates/sir_complainsalot-params-prod.json.j2 | 9 --------- sir_complainsalot/params.json.template | 9 --------- 2 files changed, 18 deletions(-) diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index d6f5da081..147ffec77 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -12,11 +12,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["smoothed_covid19","smoothed_adj_covid19"] }, - "chng": { - "max_age": 6, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": ["7dav_outpatient_covid","7dav_inpatient_covid"] - }, "google-symptoms": { "max_age": 6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"], @@ -46,10 +41,6 @@ "nchs-mortality": { "max_age":19, "maintainers": [] - }, - "hhs": { - "max_age":15, - "maintainers": [] } } } diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index b07b197a4..f2e2e060c 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -12,11 +12,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["smoothed_covid19","smoothed_adj_covid19"] }, - "chng": { - "max_age": 6, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": ["7dav_outpatient_covid","7dav_inpatient_covid"] - }, "google-symptoms": { "max_age": 6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"], @@ -46,10 +41,6 @@ "nchs-mortality": { "max_age":19, "maintainers": [] - }, - "hhs": { - "max_age":15, - "maintainers": [] } } }