Ticket #6754 (closed defect: fixed)
sage-4.1.1 -- numerical noise on OS X 10.5 PPC
| Reported by: | was | Owned by: | davidloeffler |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-4.1.2 |
| Component: | elliptic curves | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
**********************************************************************
File "/Users/wstein/build/sage-4.1.1/devel/sage/sage/schemes/elliptic_curves/ell_rational_field.py", line 2881:
sage: E.division_polynomial(3).roots(CC,multiplicities=False)
Expected:
[-2.88288879135334,
1.39292799513138,
0.078313731444316... - 0.492840991709879*I,
0.078313731444316... + 0.492840991709879*I]
Got:
[-2.88288879135335, 1.39292799513138, 0.0783137314443168 - 0.492840991709879*I, 0.0783137314443168 + 0.492840991709879*I]
**********************************************************************
1 items had failures:
1 of 22 in __main__.example_61
***Test Failed*** 1 failures.
Change History
Note: See
TracTickets for help on using
tickets.

I don't see why this is not ok, give the "..." in the Expected text (assuming whitespace differences are also ok).