Ensure the "written_to_file" flag is read properly
Tweak match thresholds to reduce tumbleweeds, in particular in apartments
Fix for referencing a None object
Adds a new --exact_addresses option
This uses a faster but lower quality method for address comparison. By default the inference process will split up addresses into street, number, suffix, etc, and use family name and phone number, but this increases memory & runtime. Enabling this feature causes the process to use the entire address as a single string for comparisons, and only the address is considered. If addresses have not been standardized/validated, this setting will increase false negatives (records not being included in households where they should be). This is primarily intended to serve as a baseline for testing the software, but might be used in practice as a last resort.
Prints some basic household summary stats at the end
Also adds an extra print out at the end of linkid_to_patid of the name of the filename that was written
--exact_addresses
option