Skip to content

Commit 972b86f

Browse files
authored
Merge pull request #1356 from cmu-delphi/jhu_valid_geocodes
Add 02261 to valid geo-codes for jhu
2 parents 83ba3f9 + 7bcc4a0 commit 972b86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"minimum_sample_size": 100,
2525
"missing_se_allowed": true,
2626
"missing_sample_size_allowed": true,
27-
"additional_valid_geo_values": {"county": ["46113", "02270"]}
27+
"additional_valid_geo_values": {"county": ["46113", "02270", "02261"]}
2828
},
2929
"dynamic": {
3030
"ref_window_size": 7,

jhu/params.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"minimum_sample_size": 100,
2626
"missing_se_allowed": true,
2727
"missing_sample_size_allowed": true,
28-
"additional_valid_geo_values": {"county": ["46113", "02270"]}
28+
"additional_valid_geo_values": {"county": ["46113", "02270", "02261"]}
2929
},
3030
"dynamic": {
3131
"ref_window_size": 7,

0 commit comments

Comments
 (0)