We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9aee1 commit ee0b08fCopy full SHA for ee0b08f
1 file changed
policyengine_uk_data/datasets/frs/frs.py
@@ -89,15 +89,6 @@ def generate(self):
89
for variable in frs:
90
frs[variable] = {self.dwp_frs.time_period: np.array(frs[variable])}
91
92
- # Domestic rates need to be set for 2025 too
93
- domestic_rates = np.array(
94
- frs["domestic_rates"][self.dwp_frs.time_period]
95
- )
96
- frs["domestic_rates"] = {
97
- self.dwp_frs.time_period: domestic_rates,
98
- "2025": domestic_rates,
99
- }
100
-
101
self.save_dataset(frs)
102
103
impute_brmas(self, frs)
0 commit comments