Closed GaetanDu closed 2 years ago
Merging #27 (16be9ab) into main (0ea773b) will decrease coverage by
0.88%
. The diff coverage is87.92%
.
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
- Coverage 90.05% 89.16% -0.89%
==========================================
Files 32 34 +2
Lines 2031 2530 +499
Branches 300 417 +117
==========================================
+ Hits 1829 2256 +427
- Misses 145 202 +57
- Partials 57 72 +15
Impacted Files | Coverage Δ | |
---|---|---|
autopycoin/baseclass_field.py | 72.54% <ø> (-1.29%) |
:arrow_down: |
autopycoin/dataset/generator_test.py | 88.14% <ø> (ø) |
|
autopycoin/utils/__init__.py | 100.00% <ø> (ø) |
|
autopycoin/dataset/generator.py | 91.18% <50.00%> (+0.88%) |
:arrow_up: |
autopycoin/extension_type.py | 63.06% <63.06%> (ø) |
|
autopycoin/test_utils/testing_utils.py | 71.00% <81.25%> (ø) |
|
autopycoin/models/training.py | 90.69% <90.47%> (-9.31%) |
:arrow_down: |
autopycoin/layers/base_layer.py | 93.04% <92.52%> (-6.96%) |
:arrow_down: |
autopycoin/models/nbeats.py | 90.27% <93.44%> (+9.07%) |
:arrow_up: |
autopycoin/models/pool.py | 93.90% <93.90%> (ø) |
|
... and 25 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 1722384...16be9ab. 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/baseclass.py
:autopycoin/dataset/generator.py
:autopycoin/extension_type.py
:autopycoin/layers/base_layer.py
:autopycoin/layers/nbeats_layers.py
:autopycoin/losses/losses.py
:autopycoin/losses/losses_test.py
:autopycoin/models/nbeats.py
:autopycoin/models/nbeats_test.py
:autopycoin/models/pool.py
:autopycoin/models/training.py
:autopycoin/models/training_test.py
:autopycoin/test_utils/__init__.py
:autopycoin/test_utils/testing_utils.py
:autopycoin/utils/__init__.py
:autopycoin/utils/data_utils.py
:Comment last updated at 2022-04-03 15:24:34 UTC