Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Feb 4, 2024
1 parent 3cf6a1e commit 1ef7542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthesis/population/projection/ipu.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ def execute(context):
assert np.quantile(update, 0.9) < 2.5

# Update the weights
df_census["weight"] *= update
df_households["weight"] *= update

return df_census[["household_id", "weight"]]
return df_households[["household_id", "weight"]]

0 comments on commit 1ef7542

Please sign in to comment.