lejinvarghese / ego_networks

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

refactored app #50

Closed lejinvarghese closed 2 years ago

lejinvarghese commented 2 years ago

ended up being:

the last two were a result of directly committing to master. note to self:

codecov-commenter commented 2 years ago

Codecov Report

Base: 66.21% // Head: 69.55% // Increases project coverage by +3.33% :tada:

Coverage data is based on head (75681af) compared to base (36f544d). Patch coverage: 43.24% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #50 +/- ## ========================================== + Coverage 66.21% 69.55% +3.33% ========================================== Files 6 6 Lines 373 404 +31 ========================================== + Hits 247 281 +34 + Misses 126 123 -3 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `69.55% <43.24%> (+3.33%)` | :arrow_up: | 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/50?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/50/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/measures.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL21lYXN1cmVzLnB5) | `89.79% <ø> (+1.33%)` | :arrow_up: | | [src/network.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25ldHdvcmsucHk=) | `76.66% <ø> (-0.39%)` | :arrow_down: | | [src/neighborhoods/twitter.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/50/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lejin#diff-c3JjL25laWdoYm9yaG9vZHMvdHdpdHRlci5weQ==) | `71.12% <42.30%> (+12.94%)` | :arrow_up: | | [src/recommender.py](https://codecov.io/gh/lejinvarghese/ego_networks/pull/50/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% <100.00%> (ø)` | | 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.