-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
Bug in Reed-Solomon encoder and error-erasure decoder #30045
Comments
comment:1
The second error seems to be due to |
This comment has been minimized.
This comment has been minimized.
Dependencies: #29945 |
Branch: u/jsrn/30045_bugs_in_grs |
Commit: |
comment:5
OK, then this is up for review. |
Changed dependencies from #29945 to none |
comment:6
The bug fix should be tested with a doctest yet. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Right you are. |
comment:9
Can you please add the doctest that was removed with the method somewhere. Also - Test that the bug in #30045 is fixed::
+ Test that the bug in :trac:`30045` is fixed:: |
Reviewer: Jonathan Kliem |
comment:10
And missing author name. Otherwise this looks good. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Johan Rosenkilde |
comment:13
Thanks for the patience! It's been a while since I last fixed something in Sage ;-) |
comment:14
LGTM. Thanks for fixing this. |
Changed branch from u/jsrn/30045_bugs_in_grs to |
The following two snippets demonstrate two bugs when working with
GeneralizedReedSolomonCode
:Decoding to message works, but produces a vector of incorrect length (should equal the dimension, i.e. 12):
(The bugs were found by introducing random seeding in #29945)
CC: @kliem
Component: coding theory
Keywords: reed-solomon decoding
Author: Johan Rosenkilde
Branch/Commit:
b1fa133
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/30045
The text was updated successfully, but these errors were encountered: