-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
[WIP] Add After-Tax Income Percent Change column to dropq results #1521
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1521 +/- ##
======================================
Coverage 100% 100%
======================================
Files 37 37
Lines 2557 2557
======================================
Hits 2557 2557 Continue to review full report at Codecov.
|
@andersonfrailey, It's good your asking for review on changes to |
@andersonfrailey,
Is this not a complete pull request? |
@martinholmer asked:
It's a start to one. I'm also getting error when I run py.test, but I wanted to get some feedback from other contributors about how to make this work with TaxBrain. |
@andersonfrailey said:
Good to get feedback, but eventually what you add to Tax-Calculator in support of TaxBrain will need to work with the rest of Tax-Calculator. Why not get that part of the puzzle solved now while you wait for feedback from the TaxBrain developers? |
In PR #1375, I added a feature to include the percent change in after tax income in the difference table. @hdoupe and I are trying to add it to TaxBrain as well and the purpose of this PR is primarily to solicit help. We believe that one of the first steps is to modify
dropq.py
anddropq_utils.py
, as shown in this PR. Any help progressing from this point would be appreciated.