-
Notifications
You must be signed in to change notification settings - Fork 183
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
Zero out SPM broadband subsidy effective 2024-06-01 #5119
base: master
Are you sure you want to change the base?
Zero out SPM broadband subsidy effective 2024-06-01 #5119
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5119 +/- ##
==========================================
+ Coverage 99.01% 99.12% +0.10%
==========================================
Files 2560 2587 +27
Lines 37217 37656 +439
Branches 159 162 +3
==========================================
+ Hits 36851 37327 +476
+ Misses 337 297 -40
- Partials 29 32 +3 ☔ View full report in Codecov by Sentry. |
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.
Please add tests. Households with reported broadband subsidies should have zero starting in 2025, and 7/12ths in 2024.
policyengine_us/parameters/gov/simulation/reported_broadband_subsidy.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/simulation/reported_broadband_subsidy.yaml
Show resolved
Hide resolved
@@ -0,0 +1 @@ | |||
|
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.
add changelog
@@ -15,12 +15,11 @@ | |||
output: | |||
spm_unit_broadband_subsidy: 5 | |||
|
|||
- name: Baseline subsidy test with relevant inputs | |||
period: 2023 | |||
- name: Households with reported broadband subsidies have zero starting in 2025 |
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.
could you keep this test as it is and add a new one for 2025
Fixes #5003