pymc-labs / CausalPy

A Python package for causal inference in quasi-experimental settings
https://causalpy.readthedocs.io
Apache License 2.0
829 stars 53 forks source link

Fix #299: Rounding issue for DiD results. #302

Closed anevolbap closed 4 months ago

anevolbap commented 4 months ago

Closes #299 .

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 77.10%. Comparing base (2223fa0) to head (42018ca).

Files Patch % Lines
causalpy/pymc_experiments.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #302 +/- ## ========================================== + Coverage 77.06% 77.10% +0.03% ========================================== Files 21 21 Lines 1378 1380 +2 ========================================== + Hits 1062 1064 +2 Misses 316 316 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.