Skip to content

Commit b871068

Browse files
committed
fix not_met_area
1 parent 899aaed commit b871068

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demos/models/household_reorg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,8 @@ def update_cohabitating_households(
851851
households.local.loc[new_households, module_config.geoid_col] = geoid_assignment
852852
county_assignment = households.local.loc[old_household_id, "lcm_county_id"].values
853853
households.local.loc[new_households, "lcm_county_id"] = county_assignment
854+
not_met_area_assignment = households.local.loc[old_household_id, "not_met_area"].values
855+
households.local.loc[new_households, "not_met_area"] = not_met_area_assignment
854856

855857

856858
def fix_erroneous_households(persons):

0 commit comments

Comments
 (0)