Emma Nechamkin
Emma Nechamkin
In my mind's eye, the first of each pair can be a series of unit tests, but the second must be manual because of the front end work. - [...
Getting a sense of whether we are getting "the right thing" --- I've attached four spreadsheets, each of which have 25 randomly selected census tracts (as we uncover more bugs,...
The following tests can be unit tests to check the accuracy of each calculation: - [x] Ag value percentile is calculated correctly (floored properly) - [x] Ling iso is not...
The following is a list of tests that we should add for the backend to ensure that we are passing the correct values forward into the front end. __Per data...
# Overview The zip file contains all of the data for which tracts we push from end-to-end on our ETL (so only what makes it "out" alive). We should verify...
GOAL: we should do this week of 9/19! We have lots of "clean up" to do on the back end. Some of this "clean up" will impact the front end....
for tracts that are missing a lot of data (like the pine ridge tracts), investigate impact of using a single criterion to assign disadvantage.
In another round of testing, we need to create these tests for the Islands _Originally posted by @emma-nechamkin in https://github.com/usds/justice40-tool/issues/1847#issuecomment-1225903254_ [ ] Tests for the Island Areas This is actually...
@mattbowen-usds: I just realized the existence of `data_pipeline.etl.sources.geo_utils`. It looks like this was done in a prior PR. Was there a reason to put the functions there instead of adding...