Skip to content

Commit

Permalink
src/sage/graphs/generators/smallgraphs.py: Fix up merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 5, 2023
1 parent abdcae8 commit 4d259d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/graphs/generators/smallgraphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4664,7 +4664,6 @@ def WienerArayaGraph():
False
sage: g.delete_vertex(g.random_vertex())
sage: g.is_hamiltonian() # needs sage.numerical.mip
>>>>>>> 85d4a8d443 (./sage -fixdoctests --probe all --distribution 'sagemath-graphs[modules]' src/sage/graphs/generators/smallgraphs.py; ./sage -fixdoctests src/sage/graphs/generators/smallgraphs.py)
True
"""
g = Graph(name="Wiener-Araya Graph")
Expand Down

0 comments on commit 4d259d4

Please sign in to comment.