Skip to content

Commit

Permalink
Merge pull request PSLmodels#2806 from martinholmer/fix-2805
Browse files Browse the repository at this point in the history
Add known values of 2023 policy parameters
  • Loading branch information
martinholmer committed Sep 26, 2024
2 parents c698a38 + e897b15 commit 3db9956
Show file tree
Hide file tree
Showing 12 changed files with 2,367 additions and 714 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ comment:

ignore:
- "setup.py"
- "update_pcl.py"
- "ppp.py"
- "extend_tcja.py"
2 changes: 1 addition & 1 deletion taxcalc/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class instance: Policy
DEFAULTS_FILE_NAME = 'policy_current_law.json'
DEFAULTS_FILE_PATH = os.path.abspath(os.path.dirname(__file__))
JSON_START_YEAR = 2013 # remains the same unless earlier data added
LAST_KNOWN_YEAR = 2022 # last year for which indexed param vals are known
LAST_KNOWN_YEAR = 2023 # last year for which indexed param vals are known
# should increase LAST_KNOWN_YEAR by one every calendar year
LAST_BUDGET_YEAR = 2034 # last extrapolation year
# should increase LAST_BUDGET_YEAR by one every calendar year
Expand Down
Loading

0 comments on commit 3db9956

Please sign in to comment.