Opened 14 years ago
Closed 14 years ago
#3651 closed defect (fixed)
[with patch, positive review] elliptic curves -- bug in L_ratio()
Reported by: | cremona | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-3.0.6 |
Component: | number theory | Keywords: | |
Cc: | nbruin@… | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Nils Bruin reports:
"I ran into the following problem in sage, and I suspect it might be your code:
sage: EllipticCurve([0,0,0,-193^2,0]).sha().an() [...] NameError: global name 'misc' is not defined
Was this tested at all?"
It's a problem in L_ratio().
Attachments (1)
Change History (7)
Changed 14 years ago by
comment:1 Changed 14 years ago by
- Summary changed from elliptic curves -- bug in L_ratio() to [with patch, needs review] elliptic curves -- bug in L_ratio()
comment:2 Changed 14 years ago by
- Milestone set to sage-3.0.6
comment:3 Changed 14 years ago by
Does not work with me, did you mean import sage.misc.misc as misc ?
comment:4 Changed 14 years ago by
Sorry, my mistake; it works of course.
comment:5 Changed 14 years ago by
- Summary changed from [with patch, needs review] elliptic curves -- bug in L_ratio() to [with patch, positive review] elliptic curves -- bug in L_ratio()
Taking Chris' remark into account I am giving this a positive review.
Cheers,
Michael
comment:6 Changed 14 years ago by
- Resolution set to fixed
- Status changed from new to closed
Merged in Sage 3.0.6.alpha0
Note: See
TracTickets for help on using
tickets.
After the attached patch (based on 3.0.4) it works fine: