python-graphblas / graphblas-algorithms

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

Update to work with new networkx dispatching #68

Closed eriknw closed 1 year ago

eriknw commented 1 year ago

To work with the changes here: https://github.com/networkx/networkx/pull/6688

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 78.94% and project coverage change: +5.45% :tada:

Comparison is base (1f5ccb6) 70.96% compared to head (0324105) 76.42%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## ========================================== + Coverage 70.96% 76.42% +5.45% ========================================== Files 118 118 Lines 4240 4267 +27 Branches 753 817 +64 ========================================== + Hits 3009 3261 +252 + Misses 1008 763 -245 - Partials 223 243 +20 ``` | [Files Changed](https://app.codecov.io/gh/python-graphblas/graphblas-algorithms/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas) | Coverage Δ | | |---|---|---| | [graphblas\_algorithms/tests/test\_match\_nx.py](https://app.codecov.io/gh/python-graphblas/graphblas-algorithms/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvdGVzdHMvdGVzdF9tYXRjaF9ueC5weQ==) | `88.80% <50.00%> (-1.04%)` | :arrow_down: | | [graphblas\_algorithms/interface.py](https://app.codecov.io/gh/python-graphblas/graphblas-algorithms/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas#diff-Z3JhcGhibGFzX2FsZ29yaXRobXMvaW50ZXJmYWNlLnB5) | `97.72% <86.66%> (-0.99%)` | :arrow_down: | ... and [24 files with indirect coverage changes](https://app.codecov.io/gh/python-graphblas/graphblas-algorithms/pull/68/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-graphblas)

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