Skip to content

Commit 820f2b0

Browse files
Move EITC calibration to 2020 (not 2021) data (#99)
* Fix EITC targets * Update data links
1 parent 3d91219 commit 820f2b0

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: minor
2+
changes:
3+
changed:
4+
- EITC targets improved by uprating 2020 rather than 2021 targets.

policyengine_us_data/datasets/acs/acs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class ACS_2022(ACS):
111111
time_period = 2022
112112
file_path = STORAGE_FOLDER / "acs_2022.h5"
113113
census_acs = CensusACS_2022
114-
url = "release://PolicyEngine/policyengine-us-data/1.10.0/acs_2022.h5"
114+
url = "release://PolicyEngine/policyengine-us-data/1.11.0/acs_2022.h5"
115115

116116

117117
if __name__ == "__main__":

policyengine_us_data/datasets/cps/cps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ class CPS_2024(CPS):
648648
label = "CPS 2024 (2022-based)"
649649
file_path = STORAGE_FOLDER / "cps_2024.h5"
650650
time_period = 2024
651-
url = "release://policyengine/policyengine-us-data/1.10.0/cps_2024.h5"
651+
url = "release://policyengine/policyengine-us-data/1.11.0/cps_2024.h5"
652652

653653

654654
class PooledCPS(Dataset):
@@ -707,7 +707,7 @@ class Pooled_3_Year_CPS_2023(PooledCPS):
707707
CPS_2023,
708708
]
709709
time_period = 2023
710-
url = "release://PolicyEngine/policyengine-us-data/1.10.0/pooled_3_year_cps_2023.h5"
710+
url = "release://PolicyEngine/policyengine-us-data/1.11.0/pooled_3_year_cps_2023.h5"
711711

712712

713713
if __name__ == "__main__":

policyengine_us_data/datasets/cps/enhanced_cps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class EnhancedCPS_2024(EnhancedCPS):
189189
name = "enhanced_cps_2024"
190190
label = "Enhanced CPS 2024"
191191
file_path = STORAGE_FOLDER / "enhanced_cps_2024.h5"
192-
url = "release://policyengine/policyengine-us-data/1.10.0/enhanced_cps_2024.h5"
192+
url = "release://policyengine/policyengine-us-data/1.11.0/enhanced_cps_2024.h5"
193193

194194

195195
if __name__ == "__main__":
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
count_children,eitc_returns,eitc_total,year
2-
0,15108515,12427886000,2021
3-
1,8500483,19879365000,2021
4-
2,5542949,20472827000,2021
2+
0,7636714,2255068000,2020
3+
1,9197765,21441196000,2020
4+
2,5994984,22312989000,2020
5+
3,3196245,13230431000,2020

0 commit comments

Comments
 (0)