-
Notifications
You must be signed in to change notification settings - Fork 178
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
Fix New Mexico Low Income Comprehensive Tax Rebate calculations #4346
Fix New Mexico Low Income Comprehensive Tax Rebate calculations #4346
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4346 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 2408 2408
Lines 34854 34854
Branches 163 163
=======================================
Hits 34565 34565
Misses 259 259
Partials 30 30 ☔ View full report in Codecov by Sentry. |
Can you describe the issue this is addressing? I don't see why we'd have to deviate from the law by adding a dollar to the thresholds. |
@MaxGhenis said:
Agreed. You are just undoing what was done in PR #4300 rather than figuring out the source of the problem in issue #4319. |
I see what happened, the |
if it's single_amount the left endpoint should be -.inf |
@MaxGhenis said in PR #4346:
I agree. I don't see why a filer with NM AGI of -$100 would be ineligible for the rebate. |
@MaxGhenis makes sense, adjusted. |
Fixes #4319