Skip to content

Commit c67a41b

Browse files
authored
Merge pull request #1531 from cmu-delphi/krivard/sircal-quidel-suppress
[Quidel] Suppress checks of omicron signals in small geos
2 parents 4f4d09a + 80144ca commit c67a41b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@
138138
"quidel": {
139139
"max_age":6,
140140
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
141-
"retired-signals": ["raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device"]
141+
"retired-signals": [
142+
"raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device",
143+
["covid_ag_raw_pct_positive_age_0_4", "hrr"], ["covid_ag_raw_pct_positive_age_0_4", "msa"],
144+
["covid_ag_raw_pct_positive_age_5_17", "msa"],
145+
["covid_ag_raw_pct_positive_age_50_64", "hrr"], ["covid_ag_raw_pct_positive_age_50_64", "msa"],
146+
["covid_ag_raw_pct_positive_age_65plus", "hrr"], ["covid_ag_raw_pct_positive_age_65plus", "msa"]
147+
]
142148
},
143149
"nchs-mortality": {
144150
"max_age":16,

sir_complainsalot/params.json.template

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,13 @@
137137
"quidel": {
138138
"max_age":6,
139139
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
140-
"retired-signals": ["raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device"]
140+
"retired-signals": [
141+
"raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device",
142+
["covid_ag_raw_pct_positive_age_0_4", "hrr"], ["covid_ag_raw_pct_positive_age_0_4", "msa"],
143+
["covid_ag_raw_pct_positive_age_5_17", "msa"],
144+
["covid_ag_raw_pct_positive_age_50_64", "hrr"], ["covid_ag_raw_pct_positive_age_50_64", "msa"],
145+
["covid_ag_raw_pct_positive_age_65plus", "hrr"], ["covid_ag_raw_pct_positive_age_65plus", "msa"]
146+
]
141147
},
142148
"nchs-mortality": {
143149
"max_age":16,

0 commit comments

Comments
 (0)