Conversation
MaxGhenis
reviewed
Aug 8, 2021
hua7450
added a commit
that referenced
this pull request
Mar 10, 2026
Maryland SUA fixes (per MD DHS Action Transmittals): - Fix effective dates from October to January (MD uses Jan 1 cycle) - Fix wrong value: 2023-01-01 was 551, should be 505 (AT #23-03) - Add missing entries: 2020-01-01: 392, 2025-01-01: 557 - Add FY2026 alignment comment across all 10 affected YAML files - Fix limited/active.yaml date to match MD's LUA data start Bug fix — household size floor: - Add max_(1, ...) to capped_size in snap_standard_utility_allowance, snap_limited_utility_allowance, and snap_individual_utility_allowance to prevent ParameterNotFoundError when spm_unit_size is 0 New tests: - Integration: AK Anchorage county → AK_C region → $609 SUA - Wrong type returns zero: SUA returns 0 for IUA type, LUA returns 0 for SUA type - Size=0 edge case: confirms floor guard works Co-Authored-By: Claude Opus 4.6 <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.
This adds the person, tax unit, family, SPM unit and household entities, and switches to using the
BaseCPSdataset inopenfisca-data(relevant PR).