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

Fix exp gap #140

Closed boryana-ilieva closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #140 (a309dbd) into master (67dd500) will decrease coverage by 2.49%. The diff coverage is 66.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
- Coverage   86.73%   84.24%   -2.50%     
==========================================
  Files          18       18              
  Lines         799      863      +64     
==========================================
+ Hits          693      727      +34     
- Misses        106      136      +30     
Impacted Files Coverage Δ
soepy/simulate/simulate_python.py 100.00% <ø> (ø)
soepy/test/test_regression.py 100.00% <ø> (ø)
soepy/shared/shared_auxiliary.py 67.44% <39.13%> (-32.56%) :arrow_down:
soepy/solve/solve_auxiliary.py 34.48% <53.84%> (+0.90%) :arrow_up:
soepy/exogenous_processes/children.py 100.00% <100.00%> (ø)
soepy/simulate/simulate_auxiliary.py 98.57% <100.00%> (+0.10%) :arrow_up:
soepy/solve/solve_python.py 100.00% <100.00%> (ø)
soepy/test/random_init.py 96.84% <100.00%> (+1.31%) :arrow_up:
soepy/test/test_unit.py 99.31% <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 0a05d66...a309dbd. Read the comment docs.