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

Partner separations #122

Closed boryana-ilieva closed 3 years ago

boryana-ilieva commented 3 years ago

Open: partner probabilities initial conditions

codecov[bot] commented 3 years ago

Codecov Report

Merging #122 (00baf31) into master (2c49aa9) will decrease coverage by 0.25%. The diff coverage is 83.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
- Coverage   86.81%   86.55%   -0.26%     
==========================================
  Files          18       18              
  Lines         728      781      +53     
==========================================
+ Hits          632      676      +44     
- Misses         96      105       +9     
Impacted Files Coverage Δ
soepy/solve/solve_auxiliary.py 33.57% <11.76%> (-1.58%) :arrow_down:
soepy/test/random_init.py 95.85% <88.88%> (-0.47%) :arrow_down:
soepy/simulate/simulate_auxiliary.py 98.46% <92.85%> (+0.12%) :arrow_up:
soepy/exogenous_processes/children.py 100.00% <100.00%> (ø)
soepy/exogenous_processes/partner.py 100.00% <100.00%> (ø)
soepy/simulate/simulate_python.py 100.00% <100.00%> (ø)
soepy/solve/solve_python.py 100.00% <100.00%> (ø)
soepy/test/test_regression.py 100.00% <100.00%> (ø)
soepy/test/test_unit.py 99.31% <100.00%> (+0.08%) :arrow_up:

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 2c49aa9...00baf31. Read the comment docs.