Skip to content

Commit

Permalink
src/sage/graphs/generators/families.py: Relax a doctest for nauty 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 28, 2024
1 parent fdebeba commit 0e778c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/families.py
Original file line number Diff line number Diff line change
Expand Up @@ -3710,7 +3710,7 @@ def nauty_gentreeg(options='', debug=False):
...
ValueError: wrong format of parameter options
sage: list(graphs.nauty_gentreeg("3 -x", debug=True))
['>E Usage: ...gentreeg [-D#] [-Z#:#] [-ulps] [-q] n [res/mod] ...
['>E Usage: ...gentreeg [-D#] [-Z#:#] [-ulps] [-q] n... [res/mod] ...
sage: list(graphs.nauty_gentreeg("3", debug=True))
['>A ...gentreeg ...\n', Graph on 3 vertices]
"""
Expand Down

0 comments on commit 0e778c3

Please sign in to comment.