Skip to content

Commit 6a5b6c0

Browse files
author
Release Manager
committed
gh-36771: fix doctest for nauty 2.8.8
Updating to nauty 2.8.8 has one test failing. Fix it in a backwards compatible way. Note that nauty output is only debug, and the fact that sagemath tests this output is dubious (see #35250). - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: #36771 Reported by: Gonzalo Tornaría Reviewer(s): Matthias Köppe
2 parents 2994fa6 + 0e96e4b commit 6a5b6c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=374eca6cdfb4bd3dd2d3173e300639f86407077c
3-
md5=5810e2d5a26f7457239a576b022b0a19
4-
cksum=409095104
2+
sha1=522d5fb44038e051abeed5fc0bd8f26dc0c33dd4
3+
md5=7c89c8b88491557e0f6d6a351809e886
4+
cksum=1283778476
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dcd23be6c05f8de220a8404175c6e4175842255e
1+
3ae48f93bb78b004a818376fdcf959d661cb838d

src/sage/graphs/graph_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def nauty_genbg(self, options="", debug=False):
11301130
sage: list(graphs.nauty_genbg("-c1 2", debug=True))
11311131
['>E Usage: ...genbg [-c -ugs -vq -lzF] [-Z#] [-D#] [-A] [-d#|-d#:#] [-D#|-D#:#] n1 n2...
11321132
sage: list(graphs.nauty_genbg("-c 1 2", debug=True))
1133-
['>A ...genbg n=1+2 e=2:2 d=1:1 D=2:1 c\n', Bipartite graph on 3 vertices]
1133+
['>A ...genbg n=1+2 e=2:2 d=1:1 D=2:1 c...\n', Bipartite graph on 3 vertices]
11341134
11351135
We must have n1=1..24, n2=0..32 and n1+n2=1..32 (:trac:`34179`)::
11361136

0 commit comments

Comments
 (0)