Skip to content

Commit

Permalink
fix doctest for nauty 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Nov 25, 2023
1 parent f10820f commit 0e96e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/graph_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ def nauty_genbg(self, options="", debug=False):
sage: list(graphs.nauty_genbg("-c1 2", debug=True))
['>E Usage: ...genbg [-c -ugs -vq -lzF] [-Z#] [-D#] [-A] [-d#|-d#:#] [-D#|-D#:#] n1 n2...
sage: list(graphs.nauty_genbg("-c 1 2", debug=True))
['>A ...genbg n=1+2 e=2:2 d=1:1 D=2:1 c\n', Bipartite graph on 3 vertices]
['>A ...genbg n=1+2 e=2:2 d=1:1 D=2:1 c...\n', Bipartite graph on 3 vertices]
We must have n1=1..24, n2=0..32 and n1+n2=1..32 (:trac:`34179`)::
Expand Down

0 comments on commit 0e96e4b

Please sign in to comment.