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 bug in load directed data #23

Closed XitongSystem closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (e09c70e) into main (68661b0) will decrease coverage by 0.03%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   99.67%   99.64%   -0.04%     
==========================================
  Files          66       66              
  Lines        3064     3067       +3     
==========================================
+ Hits         3054     3056       +2     
- Misses         10       11       +1     
Impacted Files Coverage Δ
..._directed/data/directed/load_directed_real_data.py 96.66% <75.00%> (-3.34%) :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 68661b0...e09c70e. Read the comment docs.