-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Syndrome decoder for a linear code sometimes sets wrong decoder type #20898
Comments
Branch: u/cpernet/syndrome_decoder_type |
Author: Clément Pernet |
comment:2
There was actually 2 bugs: the decoding_radius tested for this decision was not updated with the value found during the construction of the lookup table. Then some set.add needed to be changed. I also added the ticket's code as a doctest. Attached branch should fix the pb. Open for review. New commits:
|
Changed keywords from linear code, syndrome to linear code, syndrome, rd3 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Bruno Grenet |
comment:4
Looks OK! |
Changed branch from u/cpernet/syndrome_decoder_type to |
There is a bug in how the decoder type is set for the syndrome decoder. Consider
The last line should not have had "might-error" but instead should have had "always-succeed" and "minimum-distance".
CC: @sagetrac-dlucas
Component: coding theory
Keywords: linear code, syndrome, rd3
Author: Clément Pernet
Branch/Commit:
f152ea8
Reviewer: Bruno Grenet
Issue created by migration from https://trac.sagemath.org/ticket/20898
The text was updated successfully, but these errors were encountered: