Closed ahlusar1989 closed 2 years ago
Good catch @ahlusar1989 -- that was introduced by this PR, and we just need to delete that index.
Deleting the lines:
Index(
method_name=FEMA_COMMUNITIES,
priority_communities_field=FEMA_COMMUNITIES,
other_census_tract_fields_to_keep=[],
),
Should do the trick. Want to open a PR? Thank you!!
@lucasmbrown-usds sure thing - thanks for confirming and for clarifying.
Describe the bug
FEMA_COMMUNITIES variable is not previously defined.
To Reproduce Steps to reproduce the behavior:
In the following comparison tool notebook notebook
There is a variable, FEMA_COMMUNITIES, that does not appear to be used in any of the Index named tuples. One can find this variable by searching (CMD + F) and enter into the search field FEMA_COMMUNITIES.
One will notice it is defined as a keyword argument but not previously set.
Expected behavior
Workflow should output comparison tool without any exceptions
Desktop (please complete the following information):