[codex] Refresh SOI table targets to TY2023#659
Closed
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
Closed
[codex] Refresh SOI table targets to TY2023#659MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
MaxGhenis wants to merge 1 commit intoPolicyEngine:mainfrom
Conversation
Contributor
Author
|
Closing this fork-based PR in favor of #660, which is opened from the upstream branch so full CI can run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
policyengine_us_data/storage/calibration_targets/soi_targets.csvto include TY2023 rows from the IRS workbook release published on March 26, 2026refresh_soi_table_targets.pyso future workbook-backed SOI refreshes are reproducible instead of manualmake refresh-soi-targetsentry point and documented the refresh pathWhy
The repo was still carrying tracked SOI table targets through TY2021. IRS published the TY2023 individual workbook tables on March 26, 2026, so this updates those targets and makes the refresh workflow maintainable.
Impact
soi_targets.csvcan now use TY2023 workbook-backed targetsin54,in55cm, andincd2023 files are not yet available in the IRS directoryValidation
pytest -q --noconftest tests/test_refresh_soi_table_targets.pypython3 -m py_compile policyengine_us_data/storage/calibration_targets/refresh_soi_table_targets.py