Remove US-data Medicaid cost allocator#1152
Merged
Merged
Conversation
23e7d3d to
547987d
Compare
Contributor
|
Fixed the release sequencing issue from review.
Local verification:
|
MaxGhenis
approved these changes
May 29, 2026
Contributor
MaxGhenis
left a comment
There was a problem hiding this comment.
Reviewed the Medicaid cost allocator removal after PE-US 1.715.2 release. CI is green and the dependency contract now guards the formula-backed medicaid_cost_if_enrolled requirement.
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.
Summary
Removes the duplicate Medicaid conditional-cost allocator from policyengine-us-data so Medicaid cost logic can live in PolicyEngine US.
policyengine-us==1.715.2, the released PE-US version containing the formula-backedmedicaid_cost_if_enrolledvariableDepends on PolicyEngine/policyengine-us#8538, which has been merged and released as
policyengine-us==1.715.2.Tests
uv run ruff format tests/unit/test_policyengine_us_dependency_contract.py --checkuv run ruff check tests/unit/test_policyengine_us_dependency_contract.pyenv -u UV_FROZEN uv lock --checkuv run pytest tests/unit/test_policyengine_us_dependency_contract.py tests/unit/build_outputs/test_us_augmentations.py tests/unit/calibration/test_publish_local_area.py tests/unit/test_pipeline_docs_extractor.py