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 Sebecker bugfixes into master branch #105

Closed SeBecker closed 6 years ago

SeBecker commented 6 years ago

This change is Reviewable

codecov-io commented 6 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.25%. The diff coverage is 91.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   93.33%   93.59%   +0.25%     
==========================================
  Files          17       16       -1     
  Lines        1141     1077      -64     
==========================================
- Hits         1065     1008      -57     
+ Misses         76       69       -7
Impacted Files Coverage Δ
grmpy/read/read_auxiliary.py 88.33% <0%> (+2.84%) :arrow_up:
grmpy/test/conftest.py 87.5% <100%> (-12.5%) :arrow_down:
grmpy/simulate/simulate_auxiliary.py 99.25% <100%> (ø) :arrow_up:
grmpy/test/test_integration.py 100% <100%> (ø) :arrow_up:
grmpy/test/auxiliary.py 67.24% <25%> (-9.36%) :arrow_down:
grmpy/read/read.py 96% <50%> (-4%) :arrow_down:
grmpy/estimate/estimate_auxiliary.py 95.72% <86.36%> (+0.01%) :arrow_up:
grmpy/test/random_init.py 97.87% <93.33%> (-0.7%) :arrow_down:
grmpy/test/test_unit.py 97.61% <97.16%> (-2.39%) :arrow_down:
... and 1 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 e972780...3449102. Read the comment docs.