openproblems-bio / openproblems

Formalizing and benchmarking open problems in single-cell genomics
MIT License
320 stars 80 forks source link

Metric odds ratio fix #688

Closed dbdimitrov closed 1 year ago

dbdimitrov commented 1 year ago

Submission type

codecov[bot] commented 1 year ago

Codecov Report

Base: 95.03% // Head: 95.04% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (7005ef1) compared to base (635feca). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #688 +/- ## ======================================= Coverage 95.03% 95.04% ======================================= Files 152 152 Lines 4052 4053 +1 Branches 206 206 ======================================= + Hits 3851 3852 +1 Misses 131 131 Partials 70 70 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.94% <100.00%> (-0.10%)` | :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=openproblems-bio#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/openproblems-bio/openproblems/pull/688?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openproblems-bio) | Coverage Δ | | |---|---|---| | [...lems/tasks/\_cell\_cell\_communication/\_common/api.py](https://codecov.io/gh/openproblems-bio/openproblems/pull/688/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openproblems-bio#diff-b3BlbnByb2JsZW1zL3Rhc2tzL19jZWxsX2NlbGxfY29tbXVuaWNhdGlvbi9fY29tbW9uL2FwaS5weQ==) | `89.52% <100.00%> (-0.10%)` | :arrow_down: | | [...l\_cell\_communication/\_common/metrics/odds\_ratio.py](https://codecov.io/gh/openproblems-bio/openproblems/pull/688/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openproblems-bio#diff-b3BlbnByb2JsZW1zL3Rhc2tzL19jZWxsX2NlbGxfY29tbXVuaWNhdGlvbi9fY29tbW9uL21ldHJpY3Mvb2Rkc19yYXRpby5weQ==) | `100.00% <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=openproblems-bio). 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=openproblems-bio)

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

scottgigante-immunai commented 1 year ago

Thanks @dbdimitrov !