OpenSourceEconomics / grmpy

Python package for the simulation and estimation of generalized Roy model
http://grmpy.readthedocs.io
MIT License
19 stars 5 forks source link

Merge Develop into Master branch #170

Closed SeBecker closed 5 years ago

SeBecker commented 5 years ago

This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #170 into master will decrease coverage by 0.2%. The diff coverage is 96.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
- Coverage   96.21%   96.01%   -0.21%     
==========================================
  Files          19       20       +1     
  Lines        1637     1379     -258     
==========================================
- Hits         1575     1324     -251     
+ Misses         62       55       -7
Impacted Files Coverage Δ
grmpy/__version__.py 0% <0%> (ø) :arrow_up:
grmpy/__init__.py 63.63% <100%> (ø) :arrow_up:
grmpy/check/check.py 96.07% <100%> (+4.41%) :arrow_up:
grmpy/estimate/estimate_output.py 96.42% <100%> (-1.21%) :arrow_down:
grmpy/read/read_auxiliary.py 100% <100%> (+2.43%) :arrow_up:
grmpy/simulate/simulate_auxiliary.py 100% <100%> (+0.6%) :arrow_up:
grmpy/check/auxiliary.py 100% <100%> (ø) :arrow_up:
grmpy/read/read.py 100% <100%> (+5%) :arrow_up:
grmpy/test/auxiliary.py 83.6% <100%> (+6.33%) :arrow_up:
grmpy/simulate/simulate.py 100% <100%> (ø) :arrow_up:
... and 12 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 624a7b1...9db2571. Read the comment docs.