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

elliptic curves -- point height serious stupid bug in raising error #4263

Closed
williamstein opened this issue Oct 11, 2008 · 3 comments
Closed

Comments

@williamstein
Copy link
Contributor

This is dumb (first thing I tried broke):

sage: E = EllipticCurve('5077a1')
sage: F = E.change_ring(QuadraticField(-3,'a'))
sage: P = F([-2,3,1])
sage: s = P.height(); s
sage: type(s)
<type 'NoneType'>

Component: number theory

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

@williamstein williamstein added this to the sage-3.1.3 milestone Oct 11, 2008
@williamstein williamstein self-assigned this Oct 11, 2008
@williamstein
Copy link
Contributor Author

comment:1

Attachment: sage-4263.patch.gz

@malb
Copy link
Member

malb commented Oct 11, 2008

comment:2

looks good to me.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Oct 11, 2008

comment:3

Merged in Sage 3.1.3.rc0

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Oct 11, 2008
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

2 participants