Skip to content

Commit 2d62c5e

Browse files
Silly error
1 parent 74beb46 commit 2d62c5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • policyengine_uk_data/datasets/local_areas

policyengine_uk_data/datasets/local_areas/constituencies/loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def create_constituency_target_matrix(
110110

111111
# Adjust for consistency
112112
for lower_age in range(0, 80, 10):
113-
upper_age = lower_age + 5
113+
upper_age = lower_age + 10
114114

115115
in_age_band = (age >= lower_age) & (age < upper_age)
116116

policyengine_uk_data/datasets/local_areas/local_authorities/loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def create_local_authority_target_matrix(
101101

102102
# Adjust for consistency
103103
for lower_age in range(0, 80, 10):
104-
upper_age = lower_age + 5
104+
upper_age = lower_age + 10
105105

106106
in_age_band = (age >= lower_age) & (age < upper_age)
107107

0 commit comments

Comments
 (0)