Ticket #889 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[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

trac889.patch Download (1.0 KB) - added by roed 2 years ago.
Fixes the doctest

Change History

Changed 2 years ago by roed

Fixes the doctest

Changed 2 years ago by roed

  • summary changed from 2.8.7-alpha0: doctest failure in schemes/elliptic_curves/lseries_ell.py (tiny differences in answer) to [with-patch] 2.8.7-alpha0: doctest failure in schemes/elliptic_curves/lseries_ell.py (tiny differences in answer)

Changed 2 years ago by was

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.