Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29048: 1 doctest failing in src/sage/databases/oeis.py with tag…
… 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