From cab20d88b40d86830f5cc1903096223cab241cb9 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Tue, 1 Oct 2024 16:21:01 -0400 Subject: [PATCH] Fix comments in update_pcl.py script --- taxcalc.egg-info/PKG-INFO | 2 +- update_pcl.py | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/taxcalc.egg-info/PKG-INFO b/taxcalc.egg-info/PKG-INFO index 2ed490aa9..b93fe2de9 100644 --- a/taxcalc.egg-info/PKG-INFO +++ b/taxcalc.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: taxcalc -Version: 4.2.2 +Version: 4.3.0 Summary: taxcalc Home-page: https://github.com/PSLmodels/Tax-Calculator Download-URL: https://github.com/PSLmodels/Tax-Calculator diff --git a/update_pcl.py b/update_pcl.py index fd84d8637..da533fdc9 100644 --- a/update_pcl.py +++ b/update_pcl.py @@ -326,7 +326,7 @@ {'year': 2024, 'MARS': 'headhh', 'value': 305000.0}, {'year': 2024, 'MARS': 'widow', 'value': 610000.0}, ], - 'FST_AGI_thd_lo': [ # not inflation-indexed, but needs to be here + 'FST_AGI_thd_lo': [ # not part of current-law policy, but needs to be here {'year': 2023, 'MARS': 'single', 'value': 1000000.0}, {'year': 2023, 'MARS': 'mjoint', 'value': 1000000.0}, {'year': 2023, 'MARS': 'mseparate', 'value': 500000.0}, @@ -338,8 +338,10 @@ {'year': 2024, 'MARS': 'mseparate', 'value': 500000.0}, {'year': 2024, 'MARS': 'headhh', 'value': 1000000.0}, {'year': 2024, 'MARS': 'widow', 'value': 1000000.0}, + + # each year's values are the same as for the prior year ], - 'FST_AGI_thd_hi': [ # not inflation-indexed, but needs to be here + 'FST_AGI_thd_hi': [ # not part of current-law policy, but needs to be here {'year': 2023, 'MARS': 'single', 'value': 2000000.0}, {'year': 2023, 'MARS': 'mjoint', 'value': 2000000.0}, {'year': 2023, 'MARS': 'mseparate', 'value': 1000000.0}, @@ -351,6 +353,8 @@ {'year': 2024, 'MARS': 'mseparate', 'value': 1000000.0}, {'year': 2024, 'MARS': 'headhh', 'value': 2000000.0}, {'year': 2024, 'MARS': 'widow', 'value': 2000000.0}, + + # each year's values are the same as for the prior year ], # ITEMS NOT PART OF CURRENT-LAW POLICY IN 2022-2025 PERIOD: 'ALD_Dependents_Child_c': LIST_SCALAR_ZERO,