rusty1s / pytorch_spline_conv

Implementation of the Spline-Based Convolution Operator of SplineCNN in PyTorch
https://arxiv.org/abs/1711.08920
MIT License
172 stars 36 forks source link

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

Closed rusty1s closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #46 (e94cc11) into master (a165d20) will increase coverage by 1.41%. Report is 1 commits behind head on master. The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   96.66%   98.07%   +1.41%     
==========================================
  Files           5        5              
  Lines          30       52      +22     
==========================================
+ Hits           29       51      +22     
  Misses          1        1              
Files Coverage Δ
torch_spline_conv/basis.py 100.00% <100.00%> (ø)
torch_spline_conv/conv.py 100.00% <100.00%> (ø)
torch_spline_conv/weighting.py 100.00% <100.00%> (ø)

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