Closed GaetanDu closed 3 years ago
Merging #8 (b560e65) into main (b41c559) will decrease coverage by
0.00%
. The diff coverage is91.04%
.
@@ Coverage Diff @@
## main #8 +/- ##
==========================================
- Coverage 86.89% 86.88% -0.01%
==========================================
Files 17 17
Lines 954 961 +7
Branches 100 102 +2
==========================================
+ Hits 829 835 +6
Misses 79 79
- Partials 46 47 +1
Impacted Files | Coverage Δ | |
---|---|---|
autopycoin/data/generate.py | 96.29% <ø> (ø) |
|
autopycoin/dataset/generator.py | 67.41% <80.00%> (+0.74%) |
:arrow_up: |
autopycoin/models/nbeats.py | 81.42% <90.47%> (-0.04%) |
:arrow_down: |
autopycoin/dataset/generator_test.py | 100.00% <100.00%> (ø) |
|
autopycoin/losses/losses.py | 85.00% <100.00%> (+0.38%) |
:arrow_up: |
autopycoin/losses/losses_test.py | 100.00% <100.00%> (ø) |
|
autopycoin/models/nbeats_test.py | 99.37% <100.00%> (-0.01%) |
:arrow_down: |
autopycoin/utils/data_utils.py | 53.84% <100.00%> (ø) |
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 b41c559...b560e65. Read the comment docs.
Hello @GaetanDu! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
autopycoin/dataset/generator.py
:autopycoin/losses/losses.py
:autopycoin/models/nbeats.py
:autopycoin/models/nbeats_test.py
:Comment last updated at 2021-10-14 00:44:07 UTC