Closed hichamjanati closed 4 years ago
Merging #5 into master will increase coverage by
1.08%
. The diff coverage is91.3%
.
@@ Coverage Diff @@
## master #5 +/- ##
==========================================
+ Coverage 86.33% 87.41% +1.08%
==========================================
Files 13 14 +1
Lines 761 763 +2
Branches 136 136
==========================================
+ Hits 657 667 +10
+ Misses 50 45 -5
+ Partials 54 51 -3
Impacted Files | Coverage Δ | |
---|---|---|
pyldpc/tests/test_audio.py | 100% <100%> (ø) |
:arrow_up: |
pyldpc/tests/test_image.py | 100% <100%> (ø) |
:arrow_up: |
pyldpc/tests/test_code.py | 100% <100%> (ø) |
|
pyldpc/code.py | 92.5% <84.61%> (+9.16%) |
: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 109af9b...454cf35. Read the comment docs.
This PR fixes a bug in the creation of parity-check matrices + improves doc + add a test on regularity of the Gallager code matrix H.