pyg-team / pytorch_geometric

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

add `HeteroJK` class #9380

Closed m-atalla closed 3 weeks ago

m-atalla commented 1 month ago

Hi,

this PR implements #9355, please do let me know if any additional changes or documentation is needed. Thank you

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.86%. Comparing base (476e768) to head (3866ae5).

:exclamation: Current head 3866ae5 differs from pull request most recent head 4d5ae36

Please upload reports for the commit 4d5ae36 to get more accurate results.

Files Patch % Lines
torch_geometric/nn/models/jumping_knowledge.py 88.88% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9380 +/- ## ========================================== - Coverage 87.99% 87.86% -0.13% ========================================== Files 473 473 Lines 30820 30830 +10 ========================================== - Hits 27120 27090 -30 - Misses 3700 3740 +40 ```

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