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

fixed negative treatment bug #23

Closed ronikobrosly closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   91.89%   92.01%   +0.12%     
==========================================
  Files          15       15              
  Lines         777      789      +12     
==========================================
+ Hits          714      726      +12     
  Misses         63       63              
Impacted Files Coverage Δ
causal_curve/core.py 100.00% <100.00%> (ø)
causal_curve/gps.py 88.49% <100.00%> (+0.47%) :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 8bff2e9...b9da70c. Read the comment docs.