ronikobrosly / causal-curve

A python package with tools to perform causal inference using observational data when the treatment of interest is continuous.
MIT License
271 stars 18 forks source link

Feature/fix sphinx #28

Closed ronikobrosly closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #28 (30f9b90) into master (954af30) will increase coverage by 3.86%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   92.61%   96.48%   +3.86%     
==========================================
  Files          15       15              
  Lines         853      853              
==========================================
+ Hits          790      823      +33     
+ Misses         63       30      -33     
Impacted Files Coverage Δ
causal_curve/gps.py 97.03% <ø> (+7.77%) :arrow_up:
tests/unit/test_gps.py 100.00% <ø> (ø)
causal_curve/core.py 100.00% <100.00%> (ø)
tests/unit/test_tmle.py 100.00% <100.00%> (ø)
causal_curve/tmle.py 96.35% <0.00%> (+6.25%) :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 954af30...30f9b90. Read the comment docs.