Skip to content
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

Fix a pickling error for codes #27890

Closed
kwankyu opened this issue May 29, 2019 · 6 comments
Closed

Fix a pickling error for codes #27890

kwankyu opened this issue May 29, 2019 · 6 comments

Comments

@kwankyu
Copy link
Collaborator

kwankyu commented May 29, 2019

Pickling does not work correctly for codes:

sage: C = codes.HammingCode(GF(2), 3)
sage: C.decoders_available()
['InformationSet', 'NearestNeighbor', 'Syndrome']
sage: save(C, 'obj')

but in a fresh sage run,

sage: D = load('obj')
sage: D.decoders_available()
[]

Component: coding theory

Author: Kwankyu Lee

Branch/Commit: 112de45

Reviewer: Vincent Delecroix

Issue created by migration from https://trac.sagemath.org/ticket/27890

@kwankyu kwankyu added this to the sage-8.8 milestone May 29, 2019
@kwankyu
Copy link
Collaborator Author

kwankyu commented May 29, 2019

Branch: u/klee/27890

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented May 29, 2019

Branch pushed to git repo; I updated commit sha1. New commits:

112de45Fix pickling error for codes

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented May 29, 2019

Commit: 112de45

@kwankyu
Copy link
Collaborator Author

kwankyu commented Jun 3, 2019

Author: Kwankyu Lee

@videlec
Copy link
Contributor

videlec commented Jun 6, 2019

Reviewer: Vincent Delecroix

@vbraun
Copy link
Member

vbraun commented Jun 7, 2019

Changed branch from u/klee/27890 to 112de45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants