lejinvarghese / ego_networks

An effort to study information flow and belief propagation through ego networks.
MIT License
2 stars 0 forks source link

Feature IO refactored #46

Closed lejinvarghese closed 2 years ago

lejinvarghese commented 2 years ago

closes #45 closes #33

codecov-commenter commented 2 years ago

Codecov Report

Base: 67.30% // Head: 66.21% // Decreases project coverage by -1.08% :warning:

Coverage data is based on head (d712f4a) compared to base (8ab2cd5). Patch coverage: 45.71% of modified lines in pull request are covered.

:exclamation: Current head d712f4a differs from pull request most recent head a31731c. Consider uploading reports for the commit a31731c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #46 +/- ## ========================================== - Coverage 67.30% 66.21% -1.09% ========================================== Files 6 6 Lines 367 373 +6 ========================================== Hits 247 247 - Misses 120 126 +6 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `66.21% <45.71%> (-1.09%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/lejinvarghese/ego_networks/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin) | Coverage Δ | | |---|---|---| | [src/main.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL21haW4ucHk=) | `0.00% <0.00%> (ø)` | | | [src/neighborhoods/twitter.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25laWdoYm9yaG9vZHMvdHdpdHRlci5weQ==) | `58.18% <30.76%> (-2.93%)` | :arrow_down: | | [src/network.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25ldHdvcmsucHk=) | `77.04% <45.45%> (-3.66%)` | :arrow_down: | | [src/recommender.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL3JlY29tbWVuZGVyLnB5) | `92.59% <77.77%> (+1.85%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.