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

prepare tracing #14

Closed rusty1s closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #14   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      3    -1     
  Lines          54      7   -47     
=====================================
- Hits           54      7   -47
Impacted Files Coverage Δ
torch_spline_conv/weighting.py 100% <ø> (ø) :arrow_up:
torch_spline_conv/conv.py 100% <100%> (ø) :arrow_up:
torch_spline_conv/basis.py 100% <100%> (ø) :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 d316976...3222497. Read the comment docs.