Ticket #889 (closed defect: fixed)
[with-patch] 2.8.7-alpha0: doctest failure in schemes/elliptic_curves/lseries_ell.py (tiny differences in answer)
| Reported by: | cwitty | Owned by: | failure |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.8.7 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
File "lseries_ell.py", line 59:
sage: L.taylor_series(series_prec=3)
Expected:
-1.28158145691931e-23 + (7.26268290635587e-24)*z + 0.759316500288427*z^2 + O(z^3)
Got:
-2.69129566562797e-23 + (1.52514901968783e-23)*z + 0.759316500288427*z^2 + O(z^3)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

