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 internet doctest failing in oeis.py (cross_references) #30138

Closed
seblabbe opened this issue Jul 14, 2020 · 7 comments
Closed

1 internet doctest failing in oeis.py (cross_references) #30138

seblabbe opened this issue Jul 14, 2020 · 7 comments

Comments

@seblabbe
Copy link
Contributor

with 9.2.beta5

sage -t --optional=sage,internet src/sage/databases/oeis.py

gives

**********************************************************************
File "src/sage/databases/oeis.py", line 93, in sage.databases.oeis
Failed example:
    p.cross_references(fetch=True)                # optional -- internet
Expected:
    0: A000798: Number of different quasi-orders (or topologies, or transitive digraphs) with n labeled elements.
    1: A001035: Number of partially ordered sets ("posets") with n labeled elements (or labeled acyclic transitive digraphs).
    2: A001930: Number of topologies, or transitive digraphs with n unlabeled nodes.
    3: A006057: Number of topologies on n labeled points satisfying axioms T_0-T_4.
    4: A079263: Number of constrained mixed models with n factors.
    5: A079265: Number of antisymmetric transitive binary relations on n unlabeled points.
    6: A263859: Triangle read by rows: T(n,k) (n>=1, k>=0) is the number of posets with n elements and rank k (or depth k+1).
    7: A316978: Number of factorizations of n into factors > 1 with no equivalent primes.
    8: A319559: Number of non-isomorphic T_0 set systems of weight n.
    9: A326939: Number of T_0 sets of subsets of {1..n} that cover all n vertices.
    10: A326943: Number of T_0 sets of subsets of {1..n} that cover all n vertices and are closed under intersection.
    ...
Got:
     0: A000798: Number of different quasi-orders (or topologies, or transitive digraphs) with n labeled elements.
     1: A001035: Number of partially ordered sets ("posets") with n labeled elements (or labeled acyclic transitive digraphs).
     2: A001930: Number of topologies, or transitive digraphs with n unlabeled nodes.
     3: A006057: Number of topologies on n labeled points satisfying axioms T_0-T_4.
     4: A079263: Number of constrained mixed models with n factors.
     5: A079265: Number of antisymmetric transitive binary relations on n unlabeled points.
     6: A263859: Triangle read by rows: T(n,k) (n>=1, k>=0) is the number of posets with n elements and rank k (or depth k+1).
     7: A000608: Number of connected partially ordered sets with n unlabeled elements.
     8: A316978: Number of factorizations of n into factors > 1 with no equivalent primes.
     9: A319559: Number of non-isomorphic T_0 set systems of weight n.
    10: A326939: Number of T_0 sets of subsets of {1..n} that cover all n vertices.
    11: A326943: Number of T_0 sets of subsets of {1..n} that cover all n vertices and are closed under intersection.
    12: A326944: Number of T_0 sets of subsets of {1..n} that cover all n vertices, contain {}, and are closed under intersection.
    13: A326947: BII-numbers of T_0 set-systems.
**********************************************************************
1 item had failures:
   1 of  26 in sage.databases.oeis
    5 webbrowser tests not run
    0 tests not run because we ran out of time
    [287 tests, 1 failure, 42.09 s]

Component: combinatorics

Author: Sébastien Labbé

Branch/Commit: 1dc8a3b

Reviewer: Frédéric Chapoton

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

@seblabbe seblabbe added this to the sage-9.2 milestone Jul 14, 2020
@seblabbe
Copy link
Contributor Author

Author: Sébastien Labbé

@seblabbe
Copy link
Contributor Author

New commits:

1dc8a3b30138: add random tag to unstable doctest

@seblabbe
Copy link
Contributor Author

Commit: 1dc8a3b

@seblabbe
Copy link
Contributor Author

Branch: u/slabbe/30138

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:2

ok

@vbraun
Copy link
Member

vbraun commented Jul 28, 2020

Changed branch from u/slabbe/30138 to 1dc8a3b

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