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

fix bugs in node split #12

Closed XitongSystem closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (e7d3c20) into main (3699195) will increase coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   98.63%   98.86%   +0.23%     
==========================================
  Files          51       51              
  Lines        2117     2117              
==========================================
+ Hits         2088     2093       +5     
+ Misses         29       24       -5     
Impacted Files Coverage Δ
...eometric_signed_directed/data/directed/Telegram.py 97.50% <100.00%> (ø)
...metric_signed_directed/utils/general/node_split.py 96.00% <100.00%> (+2.40%) :arrow_up:
...tric_signed_directed/data/signed/polarized_SSBM.py 100.00% <0.00%> (+1.44%) :arrow_up:

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 3699195...e7d3c20. Read the comment docs.