Ticket #890 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

2.8.7-alpha0: doctest failure in schemes/elliptic_curves/ec_database.py (database lookup failures)

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

Several failures; the following is typical:

File "ec_database.py", line 21:
    sage: elliptic_curves.rank(n=5, rank=3, tors=2, labels=True)
Expected:
    ['59450i1', '59450i2', '61376c1', '61376c2', '65481c1']
Got:
    []

Change History

Changed 3 years ago by cwitty

This requires some database I can't find. Probably the right patch is to mark the tests optional, but maybe William is planning to include this database as a standard package?

Changed 3 years ago by was

  • status changed from new to closed
  • resolution set to fixed

I created the relevant spkg and put it in the repo.

Note: See TracTickets for help on using tickets.