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 Reed-Solomon decoding with c != 1 #216

Merged
merged 3 commits into from
Jan 7, 2022
Merged

Fix Reed-Solomon decoding with c != 1 #216

merged 3 commits into from
Jan 7, 2022

Conversation

mhostetter
Copy link
Owner

No description provided.

@mhostetter mhostetter linked an issue Jan 5, 2022 that may be closed by this pull request
Eliminate the need to compute and store both sigma(x) and sigma_rev(x).
@mhostetter mhostetter added the bug Something isn't working label Jan 7, 2022
@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #216 (3d90c8a) into master (280a3e9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   92.92%   92.92%           
=======================================
  Files          38       38           
  Lines        4367     4367           
=======================================
  Hits         4058     4058           
  Misses        309      309           
Impacted Files Coverage Δ
galois/_codes/_reed_solomon.py 98.66% <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 280a3e9...3d90c8a. Read the comment docs.

@mhostetter mhostetter merged commit 0548e00 into master Jan 7, 2022
@mhostetter mhostetter deleted the fix-rs-c-not-1 branch January 7, 2022 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reed Solomon decode with c differnet from '1'
1 participant