Skip to content

Commit 8536c97

Browse files
authored
Update params template to suppress s05 errors
1 parent ec480d2 commit 8536c97

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

google_symptoms/params.json.template

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@
2222
{"signal": "anosmia_raw_search"},
2323
{"signal": "anosmia_smoothed_search"},
2424
{"signal": "sum_anosmia_ageusia_raw_search"},
25-
{"signal": "sum_anosmia_ageusia_smoothed_search"}
25+
{"signal": "sum_anosmia_ageusia_smoothed_search"},
26+
{"signal": "s05_raw_search",
27+
"geo_type": "msa"},
28+
{"signal": "s05_smoothed_search",
29+
"geo_type": "msa"},
30+
{"signal": "s05_raw_search",
31+
"geo_type": "hrr"},
32+
{"signal": "s05_smoothed_search",
33+
"geo_type": "hrr"},
34+
{"signal": "s05_raw_search",
35+
"geo_type": "county"},
36+
{"signal": "s05_smoothed_search",
37+
"geo_type": "county"}
2638
]
2739
},
2840
"static": {

0 commit comments

Comments
 (0)