larsgeb / hmclab

BSD 3-Clause "New" or "Revised" License
23 stars 1 forks source link

Added partial finite difference support, added automated documentation #15

Closed larsgeb closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will decrease coverage by 38.86%. The diff coverage is 22.09%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #15       +/-   ##
===========================================
- Coverage   78.24%   39.38%   -38.87%     
===========================================
  Files          27       19        -8     
  Lines        2321     1521      -800     
===========================================
- Hits         1816      599     -1217     
- Misses        505      922      +417     
Impacted Files Coverage Δ
hmc_tomography/Distributions/pyWave.py 5.79% <5.79%> (ø)
hmc_tomography/Samplers.py 68.48% <83.33%> (-19.41%) :arrow_down:
hmc_tomography/Distributions/__init__.py 100.00% <100.00%> (ø)
hmc_tomography/Helpers/RandomMatrices.py 33.33% <0.00%> (-66.67%) :arrow_down:
hmc_tomography/Distributions/LinearMatrix.py 22.27% <0.00%> (-60.63%) :arrow_down:
hmc_tomography/Distributions/base.py 33.77% <0.00%> (-52.46%) :arrow_down:
hmc_tomography/Helpers/CustomExceptions.py 50.00% <0.00%> (-37.50%) :arrow_down:
hmc_tomography/MassMatrices.py 34.33% <0.00%> (-27.11%) :arrow_down:
hmc_tomography/Tests/conftest.py 83.33% <0.00%> (-8.34%) :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 2d88a28...9af5193. Read the comment docs.

larsgeb commented 4 years ago

Although the tests did not check entirely, I am mergin anyway to test the automatic documentation deployment.