-
Notifications
You must be signed in to change notification settings - Fork 194
DC General Assistance for Children & POWER & TANF adjustment #6103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6103 +/- ##
=======================================
Coverage 99.20% 99.21%
=======================================
Files 2955 2963 +8
Lines 42356 42434 +78
Branches 198 196 -2
=======================================
+ Hits 42020 42100 +80
+ Misses 301 300 -1
+ Partials 35 34 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
policyengine_us/parameters/gov/states/dc/dhs/gac/income_disregard/amount.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/dhs/dc_tanf_is_working.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/dhs/dc_tanf_is_working.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/dhs/dc_tanf_is_working.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/dhs/gac/eligibility/dc_gac_eligible_child.py
Show resolved
Hide resolved
policyengine_us/variables/household/demographic/person/is_working_full_time.py
Outdated
Show resolved
Hide resolved
@@ -71,6 +71,7 @@ | |||
spm_unit: | |||
members: [parent, child] | |||
is_tanf_enrolled: true | |||
dc_tanf_meets_work_requirements: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dc_tanf_meets_work_requirements: true | |
dc_tanf_meets_work_requirements: true |
I added the work requirement to the dc_tanf_eligible, so this is a necessary input.
Fixes #5777
Fixes #6096
Fixes #5814