Skip to content
Merged
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:
- A bug hard-coded to 2023, which meant that custom FRS datasets defined after 2024 fail on BRMA imputation.
2 changes: 1 addition & 1 deletion policyengine_uk_data/datasets/frs.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def determine_education_level(fted_val, typeed2_val, age_val):
{
"brma": brma,
"household_id": sim.populations["benunit"].household(
"household_id", 2023
"household_id", sim.dataset.time_period
),
}
)
Expand Down