fix method tournaments_nauty using to bytes_to_str
fix doctest in method RandomDirectedGNC by avoiding to print the list of edges and testing that the digraph is acyclic instead
fix method RandomDirectedGNR that was calling networkx.random_gnc instead of networkx.random_gnr... and then fix the doctests by avoiding to print the list of edges and testing instead that the digraph is acyclic and is a tree
tournaments_nauty
using tobytes_to_str
RandomDirectedGNC
by avoiding to print the list of edges and testing that the digraph is acyclic insteadRandomDirectedGNR
that was callingnetworkx.random_gnc
instead ofnetworkx.random_gnr
... and then fix the doctests by avoiding to print the list of edges and testing instead that the digraph is acyclic and is a treeCC: @tscrim @fchapoton
Component: graph theory
Author: David Coudert
Branch/Commit:
2c066f6
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/26871