TidalPaladin / combustion

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

Prune modules for relocation #22

Closed TidalPaladin closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (2f065dc) into master (0925cd7) will increase coverage by 4.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   73.23%   77.28%   +4.05%     
==========================================
  Files          79       65      -14     
  Lines        4774     3192    -1582     
==========================================
- Hits         3496     2467    -1029     
+ Misses       1278      725     -553     
Impacted Files Coverage Δ
combustion/__init__.py 100.00% <ø> (ø)
combustion/data/__init__.py 100.00% <ø> (ø)
combustion/data/serialize.py 91.25% <ø> (ø)
combustion/data/window.py 86.20% <ø> (ø)
combustion/exceptions.py 100.00% <ø> (ø)
combustion/lightning/__init__.py 100.00% <ø> (ø)
combustion/lightning/callbacks/__init__.py 100.00% <ø> (ø)
combustion/lightning/callbacks/base.py 85.45% <ø> (ø)
combustion/lightning/callbacks/matplotlib.py 88.23% <ø> (ø)
combustion/lightning/callbacks/other.py 86.95% <ø> (ø)
... and 56 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 0925cd7...2f065dc. Read the comment docs.