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/black #40

Closed ronikobrosly closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #40 (f80f4ea) into main (f240019) will increase coverage by 0.41%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   96.87%   97.28%   +0.41%     
==========================================
  Files          20       20              
  Lines         959      958       -1     
==========================================
+ Hits          929      932       +3     
+ Misses         30       26       -4     
Impacted Files Coverage Δ
causal_curve/gps_core.py 96.19% <ø> (-0.02%) :arrow_down:
tests/unit/test_mediation.py 100.00% <ø> (ø)
causal_curve/core.py 100.00% <100.00%> (ø)
causal_curve/tmle_core.py 95.18% <100.00%> (ø)
causal_curve/mediation.py 96.01% <0.00%> (+1.99%) :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 f240019...f80f4ea. Read the comment docs.