SherylHYX / pytorch_geometric_signed_directed

PyTorch Geometric Signed Directed is a signed/directed graph neural network extension library for PyTorch Geometric. The paper is accepted by LoG 2023.
https://pytorch-geometric-signed-directed.readthedocs.io/en/latest/
MIT License
117 stars 16 forks source link

update link split and docs #32

Closed XitongSystem closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (751b50b) into main (c622411) will decrease coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
- Coverage   99.53%   99.35%   -0.19%     
==========================================
  Files          67       67              
  Lines        3252     3259       +7     
==========================================
+ Hits         3237     3238       +1     
- Misses         15       21       +6     
Impacted Files Coverage Δ
...tric_signed_directed/data/directed/DirectedData.py 100.00% <ø> (ø)
...eometric_signed_directed/data/signed/SignedData.py 96.24% <ø> (-3.76%) :arrow_down:
...metric_signed_directed/utils/general/link_split.py 97.87% <100.00%> (-0.64%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c622411...751b50b. Read the comment docs.