pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.56k stars 3.57k forks source link

Introduce `torch_geometric.Index` #9276

Closed rusty1s closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 51.64835% with 44 lines in your changes are missing coverage. Please review.

Project coverage is 86.75%. Comparing base (01e8303) to head (c02e2fb). Report is 14 commits behind head on master.

Files Patch % Lines
torch_geometric/index.py 47.56% 43 Missing :warning:
torch_geometric/edge_index.py 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9276 +/- ## ========================================== + Coverage 85.22% 86.75% +1.52% ========================================== Files 459 460 +1 Lines 29951 30045 +94 ========================================== + Hits 25526 26065 +539 + Misses 4425 3980 -445 ```

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