pymc-labs / CausalPy

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

Fix missing images on PyPI page #270

Closed krz closed 10 months ago

krz commented 10 months ago

I replaced the image links in the README.md with their absolute paths. This should fix issue #261 . The codecov link is unchanged and will still not be displayed properly on PyPi (probably because of the required token id).

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c3c542d) 75.91% compared to head (33dea09) 75.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #270 +/- ## ======================================= Coverage 75.91% 75.91% ======================================= Files 20 20 Lines 1308 1308 ======================================= Hits 993 993 Misses 315 315 ```

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

twiecki commented 10 months ago

Thanks @krz!