From 852c0e291d4ee80c36b7d4ffb9e85e12b374052f Mon Sep 17 00:00:00 2001 From: lucasmbrown-usds Date: Fri, 17 Dec 2021 11:25:48 -0500 Subject: [PATCH] fix field name --- data/data-pipeline/data_pipeline/score/field_names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data-pipeline/data_pipeline/score/field_names.py b/data/data-pipeline/data_pipeline/score/field_names.py index 935643a8..f9d3c806 100644 --- a/data/data-pipeline/data_pipeline/score/field_names.py +++ b/data/data-pipeline/data_pipeline/score/field_names.py @@ -239,7 +239,7 @@ OUTAGE_EVENTS = "Outage Events" HOMELESSNESS = "Homelessness" DISABLED_POPULATION = "Disabled population" OUTAGE_DURATION = "Outage Duration" -JOB_ACCESS = "JobAccess" +JOB_ACCESS = "Job Access" FOSSIL_ENERGY_EMPLOYMENT = "Fossil energy employment" FOOD_DESERT = "Food Desert" INCOMPLETE_PLUMBING = "Incomplete Plumbing"