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

accelerate the split #31

Closed XitongSystem closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #31 (7d7bfdf) into main (27e57c7) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   99.53%   99.53%   -0.01%     
==========================================
  Files          67       67              
  Lines        3257     3250       -7     
==========================================
- Hits         3242     3235       -7     
  Misses         15       15              
Impacted Files Coverage Δ
...eometric_signed_directed/data/signed/SignedData.py 100.00% <ø> (ø)
...metric_signed_directed/utils/general/link_split.py 98.50% <100.00%> (-0.08%) :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 27e57c7...7d7bfdf. Read the comment docs.