Vincent Delecroix wrote: > However, running the patchbot on the same computer I got one failing > doctest > > Failed example: > G.canonical_label(certify=True) > Expected: > doctest:...: DeprecationWarning: use the option 'certificate' > instead of 'certify' > See http://trac.sagemath.org/21111 for details. > (Graph on 2 vertices, {'a': 0, 'b': 1}) > Got: > doctest:warning > ... > DeprecationWarning: use the option 'certificate' instead of 'certify' > See http://trac.sagemath.org/21111 for details. > (Graph on 2 vertices, {'a': 1, 'b': 0})
... which shows that a) the test doesn't make sense (after all, it's supposed to just test the deprecation of "certify" I think) b) as is, the representation returned for a vertex-labeled graph isn't canonical... ;-) -leif P.S.: File src/sage/graphs/generic_graph.py, line 20930. > > On 27/08/16 00:11, Vincent Delecroix wrote: >> Builds and tests long pass on Ubuntu 14.04.5 LTS (gcc version 4.8.4). >> >> Vincent > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
