updating comparison tool fields

This commit is contained in:
lucasmbrown-usds 2022-11-01 16:25:26 -04:00
parent e51af9d67e
commit 289024de25

View file

@ -3140,14 +3140,14 @@
" ]\n",
" # Insert indices for each of the factors from Definition L.\n",
" # Note: since these involve no renaming, we write them using list comprehension.\n",
"# + [\n",
"# Index(\n",
"# method_name=factor,\n",
"# priority_communities_field=factor,\n",
"# )\n",
"# for factor in definition_factors\n",
"# ]\n",
" + [\n",
" Index(\n",
" method_name=factor,\n",
" priority_communities_field=factor,\n",
" )\n",
" for factor in definition_factors\n",
" ]\n",
" # + [\n",
" # Index(\n",
" # # Note: we're renaming Score G as NMTC Modified for clarity, since that's what Score G is under the hood.\n",
" # method_name=\"NMTC Modified\",\n",
@ -3185,10 +3185,10 @@
" # method_name=\"EPA RSEI Aggregate Microdata\",\n",
" # priority_communities_field=field_names.EPA_RSEI_SCORE_THRESHOLD_FIELD,\n",
" # ),\n",
" # Index(\n",
" # method_name=\"Persistent Poverty\",\n",
" # priority_communities_field=PERSISTENT_POVERTY_TRACT_LEVEL_FIELD,\n",
" # ),\n",
" Index(\n",
" method_name=\"Persistent Poverty\",\n",
" priority_communities_field=PERSISTENT_POVERTY_TRACT_LEVEL_FIELD,\n",
" ),\n",
" # Index(\n",
" # method_name=\"Maryland EJSCREEN\",\n",
" # priority_communities_field=field_names.MARYLAND_EJSCREEN_BURDENED_THRESHOLD_FIELD,\n",
@ -3197,15 +3197,15 @@
" # method_name=field_names.ENERGY_RELATED_COMMUNITIES_DEFINITION_ALTERNATIVE,\n",
" # priority_communities_field=field_names.ENERGY_RELATED_COMMUNITIES_DEFINITION_ALTERNATIVE,\n",
" # ),\n",
" # Index(\n",
" # method_name=\"CDC SVI Index\",\n",
" # priority_communities_field=field_names.CDC_SVI_INDEX_THEMES_PRIORITY_COMMUNITY,\n",
" # ),\n",
" Index(\n",
" method_name=\"CDC SVI Index\",\n",
" priority_communities_field=field_names.CDC_SVI_INDEX_THEMES_PRIORITY_COMMUNITY,\n",
" ),\n",
" # Index(\n",
" # method_name=\"Michigan EJSCREEN\",\n",
" # priority_communities_field=field_names.MICHIGAN_EJSCREEN_PRIORITY_COMMUNITY_FIELD,\n",
" # ),\n",
" # ]\n",
" ]\n",
" # Insert indices for each of the HOLC factors.\n",
" # Note: since these involve no renaming, we write them using list comprehension.\n",
" # + [\n",
@ -4203,7 +4203,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.9.6"
}
},
"nbformat": 4,