Export split partnership business income leaves#1169
Merged
Conversation
The branch pinned policyengine-us to a git ref of the partnership-se-semantics branch, which the "PolicyEngine US freshness" gate rejects for production data builds. The partnership/S-corp split (policyengine-us#8614) is now published in PyPI policyengine-us 1.729.0, so pin to the release and refresh uv.lock. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Fixes #1168.
Stacked on PolicyEngine/policyengine-us#8614. The temporary
policyengine-usbranch pin should be replaced with the released version after #8614 merges and releases.Summary
partnership_incomeands_corp_incomeleaves instead of the combinedpartnership_s_corp_incomeleafpartnership_se_incometopartnership_self_employment_net_earningspartnership_s_corp_incomeaggregates during PUF cloning so policyengine-us computes the aggregateTests
env -u UV_FROZEN uv run pytest tests/unit/calibration/test_calibration_puf_impute.py tests/unit/datasets/test_puf_qbi.pyenv -u UV_FROZEN uv run pytest tests/unit/test_long_term_calibration_contract.pyenv -u UV_FROZEN uv run ruff check policyengine_us_data/calibration/puf_impute.py policyengine_us_data/datasets/puf/puf.py policyengine_us_data/datasets/cps/long_term/run_household_projection.py policyengine_us_data/datasets/cps/long_term/prototype_synthetic_2100_support.py tests/unit/calibration/test_calibration_puf_impute.py tests/unit/datasets/test_puf_qbi.py tests/unit/test_long_term_calibration_contract.py