Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 doctest failing in src/sage/databases/oeis.py with tag internet #29048

Closed
seblabbe opened this issue Jan 20, 2020 · 9 comments
Closed

1 doctest failing in src/sage/databases/oeis.py with tag internet #29048

seblabbe opened this issue Jan 20, 2020 · 9 comments

Comments

@seblabbe
Copy link
Contributor

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
----------------------------------------------------------------------

Component: doctest coverage

Author: Sébastien Labbé

Branch/Commit: cf7a150

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/29048

@seblabbe seblabbe added this to the sage-9.1 milestone Jan 20, 2020
@seblabbe

This comment has been minimized.

@seblabbe

This comment has been minimized.

@seblabbe
Copy link
Contributor Author

Author: Sébastien Labbé

@seblabbe
Copy link
Contributor Author

Commit: cf7a150

@seblabbe
Copy link
Contributor Author

New commits:

cf7a15029048: fixing one oeis internet doctest

@seblabbe
Copy link
Contributor Author

Branch: u/slabbe/29048

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:4

ok, thx

@vbraun
Copy link
Member

vbraun commented Jan 25, 2020

Changed branch from u/slabbe/29048 to cf7a150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants