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:
- debug LHA lowercase
4 changes: 2 additions & 2 deletions policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
vahid-ahmadi marked this conversation as resolved.

parameters = benunit.simulation.tax_benefit_system.parameters
lha = parameters.gov.dwp.LHA
lha = parameters.gov.dwp.lha
Comment thread
vahid-ahmadi marked this conversation as resolved.

# 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.
Expand Down
Loading