Description
Actual Behavior:
Ryan identified a problem(slack thread) with doctor-visits where fewer megafips regions than usual are being reported. The effect recedes after a few days, so megafips are being produced, just fewer than (notably) before the geo refactor.
Expected behavior
Number of megafips produced by doctor-visits in fbd87a2f497
should be roughly equal to that produced by doctor-visits in 47016ab6e
. Hopefully the effect is duplicated in the synthetic data file, otherwise this will be way harder to debug.
Context
Since doctor-visits receives FIPS codes from the source, and not ZIP codes, it's clear that this problem is not due to the geo utility splitting ZIPs that overlap multiple counties. There is a note in the pull request about a threshold that seems to control the number of megafips being reported; that threshold may just need adjusting.