TidalPaladin / combustion

Collection of helpers for deep learning with PyTorch
Apache License 2.0
4 stars 1 forks source link

Feat/pyright #18

Closed TidalPaladin closed 3 years ago

TidalPaladin commented 3 years ago

Addresses #15

codecov-commenter commented 3 years ago

Codecov Report

Merging #18 (ff240f2) into master (c01ecc9) will decrease coverage by 0.78%. The diff coverage is 86.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   76.26%   75.48%   -0.79%     
==========================================
  Files          90       80      -10     
  Lines        5794     5143     -651     
==========================================
- Hits         4419     3882     -537     
+ Misses       1375     1261     -114     
Impacted Files Coverage Δ
src/combustion/models/efficientdet_fcos.py 26.08% <0.00%> (+8.34%) :arrow_up:
src/combustion/nn/__init__.py 100.00% <ø> (ø)
src/combustion/nn/functional/clamp_normalize.py 16.00% <0.00%> (-0.67%) :arrow_down:
src/combustion/nn/modules/__init__.py 100.00% <ø> (ø)
src/combustion/nn/modules/clamp_normalize.py 93.75% <0.00%> (ø)
src/combustion/points/projection.py 0.00% <0.00%> (ø)
src/combustion/points/transforms.py 18.00% <0.00%> (-0.19%) :arrow_down:
src/combustion/vision/__init__.py 100.00% <ø> (ø)
src/combustion/testing/lightning.py 44.11% <7.14%> (ø)
src/combustion/__main__.py 46.73% <27.27%> (+31.98%) :arrow_up:
... and 49 more

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 249ca4a...ff240f2. Read the comment docs.