Replies: 2 comments 2 replies
-
@miritom thank you for raising this issue! I am now tracking this bug in #215. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This was fixed in #216. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @mhostetter,
Thanks for maintaining this library. I started using it recently and it's very useful.
One thing I noticed is the Reed Solomon decode utility requires c=1 to work properly.
I tried the same example from the documentation, just added "c=2" to the constructor and it failed.
Is this a known limitiation? I saw that there are tests for the "encode" method with different c values, but all "decode" tests use the default, although I dindn't observe any comment on this in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions