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

Started refactoring for more parrallelization. #147

Closed MaxBlesch closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #147 (0cf9c28) into master (7d147d2) will increase coverage by 1.19%. The diff coverage is 87.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   87.62%   88.82%   +1.19%     
==========================================
  Files          36       37       +1     
  Lines        1697     1798     +101     
==========================================
+ Hits         1487     1597     +110     
+ Misses        210      201       -9     
Impacted Files Coverage Δ
soepy/simulate/simulate_auxiliary.py 98.82% <ø> (ø)
soepy/solve/emaxs.py 28.94% <15.38%> (-3.20%) :arrow_down:
soepy/solve/create_state_space.py 22.22% <44.44%> (+11.11%) :arrow_up:
soepy/test/resources/update_vault.py 24.63% <50.00%> (-1.76%) :arrow_down:
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_child_index.py 100.00% <100.00%> (ø)
soepy/test/test_childless.py 100.00% <100.00%> (ø)
... and 7 more

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 7d147d2...0cf9c28. Read the comment docs.