From 7bcc4a0c2806dd8dbad9a904dd2f824eea4d5e2b Mon Sep 17 00:00:00 2001 From: QX Teo <37101453+qx-teo@users.noreply.github.com> Date: Mon, 8 Nov 2021 21:17:03 -0500 Subject: [PATCH] Add 02261 to valid geo-codes Fix check_geo_id for validator --- ansible/templates/jhu-params-prod.json.j2 | 2 +- jhu/params.json.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/templates/jhu-params-prod.json.j2 b/ansible/templates/jhu-params-prod.json.j2 index 60620971b..d7b323dcc 100644 --- a/ansible/templates/jhu-params-prod.json.j2 +++ b/ansible/templates/jhu-params-prod.json.j2 @@ -24,7 +24,7 @@ "minimum_sample_size": 100, "missing_se_allowed": true, "missing_sample_size_allowed": true, - "additional_valid_geo_values": {"county": ["46113", "02270"]} + "additional_valid_geo_values": {"county": ["46113", "02270", "02261"]} }, "dynamic": { "ref_window_size": 7, diff --git a/jhu/params.json.template b/jhu/params.json.template index 8fd1794c5..f32c21359 100644 --- a/jhu/params.json.template +++ b/jhu/params.json.template @@ -25,7 +25,7 @@ "minimum_sample_size": 100, "missing_se_allowed": true, "missing_sample_size_allowed": true, - "additional_valid_geo_values": {"county": ["46113", "02270"]} + "additional_valid_geo_values": {"county": ["46113", "02270", "02261"]} }, "dynamic": { "ref_window_size": 7,