Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Set household_weight default value to 1 to prevent microdf errors in Python 3.13.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Household weight defaults to 1 when not specified
period: 2024
input:
employment_income: 50_000
output:
household_weight: 1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ class household_weight(Variable):
entity = Household
label = "Household weight"
definition_period = YEAR
default_value = 1
uprating = "calibration.gov.census.populations.total"