Skip to content
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

cleanup _STD #1134

Merged
merged 2 commits into from
Jan 17, 2017
Merged

cleanup _STD #1134

merged 2 commits into from
Jan 17, 2017

Conversation

MattHJensen
Copy link
Contributor

Before #1109, the tax logic in functions.py for the maximum standard deduction for dependents was controlled by _STD[6].

In #1109, I added a new parameter to current_law_params.json, _STD_Dep, and refactored functions.py to use the new parameter.

I forgot to remove _STD[6] from current_law.params.json.

This PR fixes that.

@MattHJensen MattHJensen mentioned this pull request Jan 9, 2017
@codecov-io
Copy link

codecov-io commented Jan 9, 2017

Current coverage is 98.85% (diff: 100%)

Merging #1134 into master will not change coverage

@@             master      #1134   diff @@
==========================================
  Files            38         38          
  Lines          2977       2977          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2943       2943          
  Misses           34         34          
  Partials          0          0          

Powered by Codecov. Last update 6e54917...6a854d5

@MattHJensen
Copy link
Contributor Author

No comments, so merging.

@MattHJensen MattHJensen merged commit 1e72951 into PSLmodels:master Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants