iza-institute-of-labor-economics / gettsim

The GErman Taxes and Transfers SIMulator
https://gettsim.readthedocs.io/
GNU Affero General Public License v3.0
55 stars 32 forks source link

Remove some cruft and set up coverage statistics #58

Closed hmgaudecker closed 4 years ago

hmgaudecker commented 4 years ago

A look at the coverage statistics reveals that:

MaxBlesch commented 4 years ago

If there is not a real reason to keep the uprate functio, I will open a PR and submit a suggestion to remove auxiliary.py.

Eric-Sommer commented 4 years ago

For now, we can put the uprating aside. In practice, it is pretty important if data year and policy year differ. But this can be easily re-implemented.

adult_married is now defined within the functions where it is needed and can also be discarded.

mjbloemer commented 4 years ago

I have the impression that every uprating of monetary variables of the input data set should be done on the data preparation side.

MaxBlesch commented 4 years ago

Removed auxiliary.py with #59

MaxBlesch commented 4 years ago

This can be closed?

hmgaudecker commented 4 years ago

Closed via #59 and #64