Skip to content

Commit

Permalink
Update PolicyEngine US to 0.472.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 22, 2023
1 parent 8b85465 commit 6d58a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions policyengine_api/endpoints/economy/single_economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,11 @@ def compute_economy(
original_household_weight * in_nyc,
)
elif region == "enhanced_us":
simulation: Microsimulation = country.country_package.Microsimulation(
reform=reform,
dataset="enhanced_cps_2023",
simulation: Microsimulation = (
country.country_package.Microsimulation(
reform=reform,
dataset="enhanced_cps_2023",
)
)
simulation.default_calculation_period = time_period
else:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"policyengine-ng==0.5.1",
"policyengine-il==0.1.0",
"policyengine_uk==0.55.2",
"policyengine_us==0.471.1",
"policyengine_us==0.472.0",
"pymysql",
"redis",
"rq",
Expand Down

0 comments on commit 6d58a5d

Please sign in to comment.