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

py3: fix doctest in graph_generators.py #26812

Closed
dcoudert opened this issue Dec 4, 2018 · 6 comments
Closed

py3: fix doctest in graph_generators.py #26812

dcoudert opened this issue Dec 4, 2018 · 6 comments

Comments

@dcoudert
Copy link
Contributor

dcoudert commented Dec 4, 2018

fix this

File "src/sage/graphs/graph_generators.py", line 1087, in sage.graphs.graph_generators.GraphGenerators._read_planar_code
Failed example:
    code_input.seek(0)
Expected nothing
Got:
    0

CC: @tscrim @fchapoton

Component: graph theory

Author: David Coudert

Branch/Commit: 4ede472

Reviewer: Frédéric Chapoton

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

@dcoudert dcoudert added this to the sage-8.5 milestone Dec 4, 2018
@dcoudert
Copy link
Contributor Author

dcoudert commented Dec 4, 2018

Commit: 4ede472

@dcoudert
Copy link
Contributor Author

dcoudert commented Dec 4, 2018

@dcoudert
Copy link
Contributor Author

dcoudert commented Dec 4, 2018

New commits:

4ede472trac #26812: fix doctest in _read_planar_code

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:2

ok

@vbraun
Copy link
Member

vbraun commented Dec 7, 2018

Changed branch from public/26812_doctest_graph_generators to 4ede472

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