h3jia / bayesfast

Next generation Bayesian analysis tools for efficient posterior sampling and evidence estimation.
Other
29 stars 6 forks source link

add test for poly model #27

Closed h3jia closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will increase coverage by 6.92%. The diff coverage is 86.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   26.99%   33.91%   +6.92%     
==========================================
  Files          42       43       +1     
  Lines        5271     5292      +21     
==========================================
+ Hits         1423     1795     +372     
+ Misses       3848     3497     -351     
Flag Coverage Δ
#unittests 33.91% <86.95%> (+6.92%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
bayesfast/core/recipe.py 21.95% <0.00%> (-0.06%) :arrow_down:
bayesfast/modules/poly.py 73.21% <75.00%> (+57.82%) :arrow_up:
bayesfast/tests/test_poly.py 100.00% <100.00%> (ø)
bayesfast/utils/random.py 42.10% <0.00%> (+10.52%) :arrow_up:
bayesfast/core/module.py 63.48% <0.00%> (+30.88%) :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 c44acd1...e94a790. Read the comment docs.