Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BCH/RS decoder caching bug #484

Merged
merged 3 commits into from
May 8, 2023
Merged

Fix BCH/RS decoder caching bug #484

merged 3 commits into from
May 8, 2023

Conversation

mhostetter
Copy link
Owner

Fixes #483

@mhostetter mhostetter added fec Forward error correction bug-fix Fixes a reported bug labels May 8, 2023
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (08e4358) 96.33% compared to head (cf9d8b4) 96.33%.

Additional details and impacted files
@@              Coverage Diff               @@
##           release/0.3.x     #484   +/-   ##
==============================================
  Coverage          96.33%   96.33%           
==============================================
  Files                 46       46           
  Lines               5833     5842    +9     
==============================================
+ Hits                5619     5628    +9     
  Misses               214      214           
Impacted Files Coverage Δ
src/galois/_codes/_bch.py 97.56% <100.00%> (+0.03%) ⬆️
src/galois/_codes/_reed_solomon.py 95.41% <100.00%> (+0.03%) ⬆️
src/galois/_domains/_function.py 97.10% <100.00%> (+0.08%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mhostetter mhostetter merged commit ea5c4e7 into release/0.3.x May 8, 2023
@mhostetter mhostetter deleted the fix-483 branch May 8, 2023 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Fixes a reported bug fec Forward error correction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant