iza-institute-of-labor-economics / gettsim

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

Make sure GETTSIM runs over simple synthetic data #729

Closed ChristianZimpelmann closed 5 months ago

ChristianZimpelmann commented 5 months ago

What problem do you want to solve?

Closes #727

Note:

MImmesberger commented 5 months ago

FYI: I added fake dependencies to your new functions because they depend only on the params yaml. We discovered problems with this (Issue #666).

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (main@c9f7d79). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #729 +/- ## ======================================= Coverage ? 89.49% ======================================= Files ? 51 Lines ? 3627 Branches ? 0 ======================================= Hits ? 3246 Misses ? 381 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MImmesberger commented 5 months ago

Just added some tests that cover the new changes. From my POV, we can merge this one.

hmgaudecker commented 5 months ago

Great, go ahead!