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

linted tmle_core #39

Closed ronikobrosly closed 3 years ago

ronikobrosly commented 3 years ago

Able to lint tmle_core with python black

codecov-commenter commented 3 years ago

Codecov Report

Merging #39 (2f4626c) into main (f240019) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   96.87%   96.86%   -0.01%     
==========================================
  Files          20       20              
  Lines         959      958       -1     
==========================================
- Hits          929      928       -1     
  Misses         30       30              
Impacted Files Coverage Δ
causal_curve/gps_core.py 96.19% <ø> (-0.02%) :arrow_down:
causal_curve/core.py 100.00% <100.00%> (ø)
causal_curve/tmle_core.py 95.18% <100.00%> (ø)

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...2f4626c. Read the comment docs.