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 forked grmpy repository in the original one #146

Closed SeBecker closed 6 years ago

SeBecker commented 6 years ago

This change is Reviewable

codecov-io commented 6 years ago

Codecov Report

Merging #146 into develop will decrease coverage by 0.26%. The diff coverage is 95.97%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #146      +/-   ##
===========================================
- Coverage    96.18%   95.92%   -0.27%     
===========================================
  Files           18       18              
  Lines         1496     1644     +148     
===========================================
+ Hits          1439     1577     +138     
- Misses          57       67      +10
Impacted Files Coverage Δ
grmpy/__version__.py 0% <0%> (ø) :arrow_up:
grmpy/estimate/estimate.py 100% <100%> (ø) :arrow_up:
grmpy/check/auxiliary.py 100% <100%> (ø) :arrow_up:
grmpy/test/auxiliary.py 73.84% <100%> (ø) :arrow_up:
grmpy/read/read.py 95% <100%> (-5%) :arrow_down:
grmpy/simulate/simulate.py 100% <100%> (ø) :arrow_up:
grmpy/read/read_auxiliary.py 97.56% <100%> (+0.45%) :arrow_up:
grmpy/simulate/simulate_auxiliary.py 99.39% <100%> (+0.05%) :arrow_up:
grmpy/check/check.py 90.69% <66.66%> (-9.31%) :arrow_down:
grmpy/test/test_integration.py 97.64% <85.71%> (-2.36%) :arrow_down:
... and 5 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 0fa226e...8815334. Read the comment docs.