What's it all about?
After loading new ACS and Decennial data, the male and female objects in the data variable in the updateChart function are undefined.
What should happen:
the data should contain class objects for both male and female
What happened instead:
the objects are undefined causing a fatal error in PFF
How to reproduce this bug:
select any tract while in the issue/16067-pff branch (running both the pff api and labs layers locally)
Errors linked to errors in the Decennial and ACS metadata json files (values in the wrong case, dashes in the data, other misc errors). DE is iterating to correct.
Ticket
Issue 16067 Workflow branch strategy
Description
What's it all about? After loading new ACS and Decennial data, the
male
andfemale
objects in thedata
variable in theupdateChart
function are undefined.What should happen:
the data should contain class objects for both male and female
What happened instead:
the objects are undefined causing a fatal error in PFF
How to reproduce this bug:
issue/16067-pff
branch (running both the pff api and labs layers locally)