hichamjanati / pyldpc

Creation of LDPC codes & simulation of coding and decoding binary data. Applications to sound and image files.
BSD 3-Clause "New" or "Revised" License
119 stars 32 forks source link

Fix numba types in decoding #13

Closed hichamjanati closed 4 years ago

hichamjanati commented 4 years ago

Fix a major bug in logbp decoding with numba

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.83%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   90.11%   89.28%   -0.84%     
==========================================
  Files          14       14              
  Lines         587      588       +1     
  Branches       94       91       -3     
==========================================
- Hits          529      525       -4     
- Misses         36       40       +4     
- Partials       22       23       +1
Impacted Files Coverage Δ
pyldpc/decoder.py 87.17% <100%> (-7.03%) :arrow_down:
pyldpc/ldpc_images.py 86.2% <100%> (-0.24%) :arrow_down:
pyldpc/utils.py 81.9% <62.5%> (-0.24%) :arrow_down:

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 5c00fe2...7e852a8. Read the comment docs.