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

type hint #25

Closed XitongSystem closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (89777fb) into main (20a397e) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files          66       66           
  Lines        3083     3085    +2     
=======================================
+ Hits         3066     3068    +2     
  Misses         17       17           
Impacted Files Coverage Δ
...cted/utils/general/scipy_sparse_to_torch_sparse.py 100.00% <ø> (ø)
...gned_directed/nn/directed/DiGCN_Inception_Block.py 100.00% <100.00%> (ø)
.../directed/DiGCN_Inception_Block_link_prediction.py 100.00% <100.00%> (ø)
...ected/DiGCN_Inception_Block_node_classification.py 100.00% <100.00%> (ø)
...gned_directed/nn/directed/DiGCN_link_prediction.py 100.00% <100.00%> (ø)
..._directed/nn/directed/DiGCN_node_classification.py 100.00% <100.00%> (ø)
...metric_signed_directed/nn/directed/complex_relu.py 100.00% <100.00%> (ø)
...tric_signed_directed/utils/directed/DiGCL_utils.py 100.00% <100.00%> (ø)

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 20a397e...89777fb. Read the comment docs.