-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
LinearCode(C)
for some code C
should construct a code
#20198
Comments
This comment has been minimized.
This comment has been minimized.
Author: Charles Prior |
Commit: |
comment:4
Note that the provided example (ignoring the part relating to the requested functionality) never worked. We have:
Perhaps you meant something more like this?
This doesn't affect my patch, unless you were to use this example to test it. |
comment:5
Awesome, thanks for the patch! I'll look at it momentarily. You're right about my typo: it should have been Best, |
comment:6
I think your logic can be simplified somewhat: In the code case, you should use something like Best, |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Replying to @johanrosenkilde:
I implemented your suggestions, let me know what you think. Replying to @johanrosenkilde:
Sorry I was unclear. I meant that |
comment:12
You still needlessly recomputed Best, New commits:
|
Reviewer: Johan Sebastian Rosenkilde Nielsen |
comment:13
Ah sorry that slipped my mind! I looked over the changes you made and they're fine, I also re-ran the doctests on the updated file just to make sure everything's okay as a third-party. I'll set the ticket to positive_review :) Thanks, P.S. Do we need to change the milestone to sage-7.2? I branched from sage-7.2.beta1 so we shouldn't need to merge anything in. |
Changed branch from u/jsrn/_linearcode_c___for_some_code__c__should_construct_a_code to |
With the recent sub-classing framework for linear codes, it is now often useful to recast a code from some family as a generic linear code, thus forgetting its structure, e.g.
Except the above code doesn't work, since
LinearCode
expects a matrix, and can't understand a code as input.CC: @sagetrac-dlucas
Component: coding theory
Keywords: linear code
Author: Charles Prior
Branch/Commit:
6162d95
Reviewer: Johan Sebastian Rosenkilde Nielsen
Issue created by migration from https://trac.sagemath.org/ticket/20198
The text was updated successfully, but these errors were encountered: