-
Couldn't load subscription status.
- Fork 31
Remove tax unit groupings. #694
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
Conversation
for more information, see https://pre-commit.ci
|
Regarding this comment:
I could not reproduce this locally. It seems to be caused by the upgrade of - sphinx-automodapi<0.17.0 |
|
That seems to have fixed the install issue at least. |
|
Yes, I guess the other errors are due to this incomplete PR. Thanks! |
a8b9bd1 to
47745f4
Compare
0d878ea to
91b4b9c
Compare
cc80cba to
4df035d
Compare
for more information, see https://pre-commit.ci
c9784bf to
4a58c8e
Compare
3de50f0 to
6ff5618
Compare
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of remarks while browsing the changes.
Co-authored-by: Hans-Martin von Gaudecker <[email protected]>
|
I don't think there are particular tests you have to look at. Just so it doesn't sneak through the review process: In 1d78ded, I set the minimum relevant income for ALG2 to 0. There were some test cases that resulted in negative values after getting rid of |
|
The rounding seems to be an issue when switching from I'm not entirely sure what the expected behavior should be:
Because |
Cool, thanks for the pointer. In principle, I think that ALG II should guarantee a consumption floor, but it might be that the mechanism for that is more complicated. I would have no idea. But I'd kind of like to guarantee that subsistence level (thinking of running GETTSIM on models that do require a positive consumption), unless the law is different. If possible, I'd prefer to revert and make an issue that we'll need to investigate this case. |
Behavior 1. and the last two cases we should get rid of eventually now that we have Lohnsteuer. |
@lars-reimann Can you have a look? |
Would be great, but let's do that separately from here. Apologies if that means reverting something I noted. Also fine to skip a couple of tests for the moment. |
I think we are talking about different things here. I realized that the issue I raised is solved once we fix #606 because it makes sure that we don't compute negative "anrechenbares Erwerbseinkommen" on the individual level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!!! Thanks a ton.
| """ | ||
|
|
||
| if eltern: | ||
| if erwachsen and (not kindergeld_anspruch): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make a note of this somewhere? My point is that we simply should think about some value other than zero for people who do not have potentially eligible children. Probably tackle in #704, but we should remember explicitly to change this condition.
Closes #690