Skip to content

Commit a7151d4

Browse files
committed
Format abolish benefit cap scenario
1 parent bf930b1 commit a7151d4

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

policyengine_uk/scenarios/abolish_benefit_cap.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"gov.dwp.benefit_cap.single.in_london": {"year:2026:10": np.inf},
88
"gov.dwp.benefit_cap.single.outside_london": {"year:2026:10": np.inf},
99
"gov.dwp.benefit_cap.non_single.in_london": {"year:2026:10": np.inf},
10-
"gov.dwp.benefit_cap.non_single.outside_london": {
11-
"year:2026:10": np.inf
12-
},
10+
"gov.dwp.benefit_cap.non_single.outside_london": {"year:2026:10": np.inf},
1311
}
1412
)

policyengine_uk/tests/test_abolish_benefit_cap_scenario.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"child3": {"age": {2026: 1}},
1313
},
1414
"benunits": {
15-
"family": {
16-
"members": ["parent1", "parent2", "child1", "child2", "child3"]
17-
}
15+
"family": {"members": ["parent1", "parent2", "child1", "child2", "child3"]}
1816
},
1917
"households": {
2018
"home": {

0 commit comments

Comments
 (0)