rusty1s / pytorch_cluster

PyTorch Extension Library of Optimized Graph Cluster Algorithms
MIT License
815 stars 146 forks source link

Move `torch.jit.script` check to test #194

Closed rusty1s closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Merging #194 (2944058) into master (89b74f0) will increase coverage by 0.48%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   97.24%   97.73%   +0.48%     
==========================================
  Files          11       11              
  Lines         109      221     +112     
==========================================
+ Hits          106      216     +110     
- Misses          3        5       +2     
Files Coverage Δ
torch_cluster/__init__.py 100.00% <100.00%> (ø)
torch_cluster/graclus.py 100.00% <100.00%> (ø)
torch_cluster/grid.py 100.00% <100.00%> (ø)
torch_cluster/knn.py 97.22% <ø> (-2.78%) :arrow_down:
torch_cluster/radius.py 97.22% <ø> (-2.78%) :arrow_down:
torch_cluster/rw.py 100.00% <ø> (ø)
torch_cluster/sampler.py 100.00% <ø> (ø)
torch_cluster/typing.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more