OpenSourceEconomics / soepy

Python package for the simulation and estimation of dynamic models of human capital accumulation tailored to the German Socio-Economic Panel (SOEP)
MIT License
12 stars 4 forks source link

New wage equation #148

Closed MaxBlesch closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #148 (589114a) into master (2353006) will increase coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   88.82%   89.05%   +0.23%     
==========================================
  Files          37       38       +1     
  Lines        1798     1828      +30     
==========================================
+ Hits         1597     1628      +31     
+ Misses        201      200       -1     
Impacted Files Coverage Δ
soepy/pre_processing/model_processing.py 98.80% <100.00%> (ø)
soepy/shared/shared_auxiliary.py 80.00% <100.00%> (-0.71%) :arrow_down:
soepy/test/random_init.py 97.26% <100.00%> (-0.04%) :arrow_down:
soepy/test/resources/update_vault.py 26.08% <100.00%> (+1.44%) :arrow_up:
soepy/test/test_continuation_emax.py 100.00% <100.00%> (ø)
soepy/test/test_single_woman.py 100.00% <100.00%> (ø)
soepy/test/test_unit.py 99.38% <100.00%> (+<0.01%) :arrow_up:
soepy/test/test_utility_components.py 100.00% <100.00%> (ø)

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 2353006...589114a. Read the comment docs.