-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Error when creating ideal from unhashable elements #13644
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Attachment: trac_13644.patch.gz |
Branch: u/saraedum/ticket/13644 |
Changed keywords from none to sd59 |
comment:7
CCed roed since this is essentially a ticket about padics. New commits:
|
Changed keywords from sd59 to sd59 padics |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Volker Braun |
comment:10
lgtm |
Changed branch from u/saraedum/ticket/13644 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the following does not work because some padic extension elements do not define a hash function (see #11895 for why they do not define a hash function):
The problem is that
sage.rings.ring.Ring
is looking for a coercion froma
toL
. There is none, sincea
is not a parent. The attached patch fixes this.CC: @roed314
Component: coercion
Keywords: sd59 padics
Author: Julian Rueth
Branch/Commit:
78bb646
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/13644
The text was updated successfully, but these errors were encountered: