diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..bfc3f118f 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - debug LHA lowercase \ No newline at end of file diff --git a/policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py b/policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py index a9e43282e..4ad3e1036 100644 --- a/policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py +++ b/policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py @@ -24,10 +24,10 @@ def formula(benunit, period, parameters): ) category = benunit("LHA_category", period).decode_to_str() - from policyengine_uk.parameters.gov.dwp.LHA import lha_list_of_rents + from policyengine_uk.parameters.gov.dwp.lha import lha_list_of_rents parameters = benunit.simulation.tax_benefit_system.parameters - lha = parameters.gov.dwp.LHA + lha = parameters.gov.dwp.lha # We first need to know what time period to collect rents from. If LHA is frozen, we need to look earlier # than the current time period.