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

Fix two bugs in Behavior._update_ordinary_income method #846

Merged
merged 1 commit into from
Jul 27, 2016
Merged

Fix two bugs in Behavior._update_ordinary_income method #846

merged 1 commit into from
Jul 27, 2016

Conversation

martinholmer
Copy link
Collaborator

@martinholmer martinholmer commented Jul 27, 2016

This pull request fixes two bugs found in the Behavior class _update_ordinary_income method by @codykallen in pull request #824. These bug fixes have been moved out of pull request #824 for two reasons. First, #824 contains a massive number of changes to an iPython notebook that has nothing to do with fixing the bugs. And second, the proposed fix of the bugs in #824 was confusing because the documentation was not changed to reflect the new logic and because the #824 code caused a pylint error.

Thanks to @codykallen for finding these bugs and suggesting sensible logic changes to fix them.

@MattHJensen @feenberg @Amy-Xu @GoFroggyRun @zrisher

@codecov-io
Copy link

Current coverage is 98.08% (diff: 100%)

Merging #846 into master will not change coverage

@@             master       #846   diff @@
==========================================
  Files            13         13          
  Lines          1777       1777          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1743       1743          
  Misses           34         34          
  Partials          0          0          

Powered by Codecov. Last update 0474d8f...be48381

@martinholmer martinholmer merged commit 05fa9ea into PSLmodels:master Jul 27, 2016
@martinholmer martinholmer deleted the fix-behavior-bug branch July 27, 2016 23:04
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.

3 participants