Closed eriknw closed 1 year ago
All modified lines are covered by tests :white_check_mark:
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Files | Coverage Δ | |
---|---|---|
graphblas_algorithms/classes/digraph.py | 43.95% <100.00%> (+1.12%) |
:arrow_up: |
graphblas_algorithms/classes/graph.py | 61.18% <100.00%> (+1.18%) |
:arrow_up: |
graphblas_algorithms/nxapi/smetric.py | 100.00% <100.00%> (ø) |
|
graphblas_algorithms/tests/test_core.py | 90.90% <100.00%> (+0.43%) |
:arrow_up: |
... and 2 files with indirect coverage changes
:loudspeaker: Thoughts on this report? Let us know!.
This also drops Python 3.8.
Merging so we can test w/ networkx docs. May still make changes before releasing.
This changes to
__networkx_backend__
, and introduces an entry-point to get the info.This new entry point is in
_nx_graphblas
, which currently needs updated manually.