Skip to content

Commit

Permalink
Trac #29048: 1 doctest failing in src/sage/databases/oeis.py with tag…
Browse files Browse the repository at this point in the history
… internet

With 9.1.beta0, Release Date: 2020-01-10
{{{
sage -t --optional=sage,internet src/sage/databases/oeis.py
}}}
gives

{{{
Using --optional=internet,memlimit,sage
Doctesting 1 file.
sage -t src/sage/databases/oeis.py
**********************************************************************
File "src/sage/databases/oeis.py", line 53, in sage.databases.oeis
Failed example:
    c.comments()                                  # optional -- internet
Expected:
    0: The first 5,821,569,425 terms were computed by _Eric W.
Weisstein_ on Sep 18 2011.
    1: The first 10,672,905,501 terms were computed by _Eric W.
Weisstein_ on Jul 17 2013.
    2: The first 15,000,000,000 terms were computed by _Eric W.
Weisstein_ on Jul 27 2013.
Got:
    0: The first 5821569425 terms were computed by _Eric W. Weisstein_
on Sep 18 2011.
    1: The first 10672905501 terms were computed by _Eric W. Weisstein_
on Jul 17 2013.
    2: The first 15000000000 terms were computed by _Eric W. Weisstein_
on Jul 27 2013.
**********************************************************************
1 item had failures:
   1 of  26 in sage.databases.oeis
    [281 tests, 1 failure, 36.88 s]
----------------------------------------------------------------------
sage -t src/sage/databases/oeis.py  # 1 doctest failed
----------------------------------------------------------------------
}}}

URL: https://trac.sagemath.org/29048
Reported by: slabbe
Ticket author(s): Sébastien Labbé
Reviewer(s): Frédéric Chapoton
  • Loading branch information
Release Manager committed Jan 24, 2020
2 parents 3dcf55b + cf7a150 commit 788a2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/databases/oeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
2: = [a_0; a_1, a_2, a_3, ...] = [3; 7, 15, 1, 292, ...]
sage: c.comments() # optional -- internet
0: The first 5,821,569,425 terms were computed by _Eric W. Weisstein_ on Sep 18 2011.
1: The first 10,672,905,501 terms were computed by _Eric W. Weisstein_ on Jul 17 2013.
2: The first 15,000,000,000 terms were computed by _Eric W. Weisstein_ on Jul 27 2013.
0: The first 5821569425 terms were computed by _Eric W. Weisstein_ on Sep 18 2011.
1: The first 10672905501 terms were computed by _Eric W. Weisstein_ on Jul 17 2013.
2: The first 15000000000 terms were computed by _Eric W. Weisstein_ on Jul 27 2013.
::
Expand Down

0 comments on commit 788a2d6

Please sign in to comment.