python-graphblas / graphblas-algorithms

Graph algorithms written in GraphBLAS
Apache License 2.0
73 stars 4 forks source link

Add `normalize_chunksize` and `partition` utility functions #47

Closed eriknw closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 69.05% // Head: 69.16% // Increases project coverage by +0.10% :tada:

Coverage data is based on head (6e2a34a) compared to base (edf4f06). Patch coverage: 65.64% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 69.05% 69.16% +0.10% ========================================== Files 75 77 +2 Lines 3041 3152 +111 Branches 575 602 +27 ========================================== + Hits 2100 2180 +80 - Misses 753 786 +33 + Partials 188 186 -2 ``` | [Impacted Files](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas) | Coverage Δ | | |---|---|---| | [...phblas\_algorithms/nxapi/shortest\_paths/weighted.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvbnhhcGkvc2hvcnRlc3RfcGF0aHMvd2VpZ2h0ZWQucHk=) | `28.94% <40.00%> (+4.55%)` | :arrow_up: | | [graphblas\_algorithms/nxapi/cluster.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvbnhhcGkvY2x1c3Rlci5weQ==) | `78.00% <44.44%> (+1.30%)` | :arrow_up: | | [graphblas\_algorithms/nxapi/\_utils.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvbnhhcGkvX3V0aWxzLnB5) | `57.47% <57.47%> (ø)` | | | [graphblas\_algorithms/nxapi/tests/test\_utils.py](https://codecov.io/gh/python-graphblas/graphblas-algorithms/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvbnhhcGkvdGVzdHMvdGVzdF91dGlscy5weQ==) | `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=python-graphblas). 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=python-graphblas)

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