-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
AbstractLinearCode.minimum_distance
fails with GAP message for large fields
#20233
Comments
comment:2
The GAP algorithms which sage is calling for minimum_distance() have a (poorly) documented limitation -- field size of at most 256. New commits:
|
Commit: |
comment:3
Some minor things:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Not sure if I did what you intended regarding adding the sentence before the doctest. |
Reviewer: Travis Scrimshaw |
Changed branch from u/jfields/gap_min_dist_field_size to u/tscrim/20233 |
comment:7
I made some small tweaks. If you're good with my changes, then you can set a positive review (and don't forget to add your real name to the authors field). New commits:
|
Author: Joe Fields |
comment:8
Thanks Travis, your changes are definitely fine. I've switched the status to "positive review." Please forgive a noob question: do I need to do anything git-wise about merging your changes? It looks like I don't but I'd rather be safe than sorry... |
comment:9
Added the keyword sd75 to the ticket as this is work that began during the Sage Days 75 at INRIA Saclay. |
Changed keywords from none to sd75 |
comment:10
Replying to @osj1961:
No, there's nothing you need to do (in fact, mine are based on a later version of Sage than your previous push, so you might not want to pull them at this point). |
Changed branch from u/tscrim/20233 to |
The following works:
while the following explodes with a GAP error
It seems to be conditioned only on the size of the field: All fields with cardinality greater than 256 seem to fail.
CC: @sagetrac-dlucas @wdjoyner
Component: coding theory
Keywords: sd75
Author: Joe Fields
Branch/Commit:
2809840
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/20233
The text was updated successfully, but these errors were encountered: