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 bottom decile sub-categories in distribution and difference tables #2192

Merged
merged 2 commits into from
Jan 13, 2019
Merged

Fix bottom decile sub-categories in distribution and difference tables #2192

merged 2 commits into from
Jan 13, 2019

Conversation

martinholmer
Copy link
Collaborator

@martinholmer martinholmer commented Jan 13, 2019

In an earlier refactoring of the (distribution and difference) table-creation logic, the negative/zero/positive sub-categories of the 0-10 decile were lost; the whole bottom decile was incorrectly shown on the 0-10p table row. This pull request restores the correct sub-category logic. The bug fixed in this pull request was introduced in commit a9108e5, which was part of PR #1972, and first appeared in the 0.19.0 release.

@martinholmer martinholmer changed the title Fix bottom decile sub-categories in distribution table Fix bottom decile sub-categories in distribution and difference tables Jan 13, 2019
@martinholmer martinholmer merged commit 79438b2 into PSLmodels:master Jan 13, 2019
@codecov-io
Copy link

codecov-io commented Jan 13, 2019

Codecov Report

Merging #2192 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2192   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          12      12           
  Lines        2944    2948    +4     
======================================
+ Hits         2944    2948    +4
Impacted Files Coverage Δ
taxcalc/utils.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f48af87...2f83a9d. Read the comment docs.

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