pyg-team / pytorch_geometric

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

Refactor `Sequential`: Allow pickling #9369

Closed rusty1s closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 87.86%. Comparing base (61c47ee) to head (e4884f6). Report is 13 commits behind head on master.

Files Patch % Lines
torch_geometric/nn/sequential.py 73.87% 29 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9369 +/- ## ========================================== + Coverage 87.33% 87.86% +0.53% ========================================== Files 460 473 +13 Lines 30385 30815 +430 ========================================== + Hits 26536 27077 +541 + Misses 3849 3738 -111 ```

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