-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Revise GrowFactors constructor to handle custom growfactors files #2757
Conversation
Update to CDCC_prt
Divide CDCC parameters by 100
Update CDCC rates in reform to be on new scale
Update fix conflict branch
Update v4 branch with latest from master
add Employer side payroll parameters
Sync v4 branch with master
Update v4 development branch with latest from master
V4 development
Merge master into V4 development
Sync `v4_development` branch to `master`
V4 development
V4 development
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2757 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 13 13
Lines 2605 2607 +2
=======================================
+ Hits 2590 2592 +2
Misses 15 15
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Thanks for this, @martinholmer, it is really helpful. |
The following Python script illustrates the use of the new feature added in PR #2757:
Executing the above script produces these results:
|
Default is still to use baseline growfactors in the package's
growfactors.csv
file.Now users of the Python API can specify custom growth factors to be used by the
Records
object.For an example of how to use this new Tax-Calculator feature, we this comment.