How do you run Sage? What version, what OS? How is Sage installed?
On Sun, 15 Aug 2021, 12:16 Leww, <[email protected]> wrote: > Using nauty where the result has a singleton anywhere in the result gives > an incorrectly segmented return. Below are some examples > > 1 possible construction: > sage: tuple(hypergraphs.nauty(2, 3, uniform=2)) > (((0, 1), (0, 2)),) > > 1 edge > sage: tuple(hypergraphs.nauty(1, 2, uniform=2)) > (((0, 1),),) > > 1 uniform case > sage: tuple(hypergraphs.nauty(2, 2, uniform=1)) > (((0,), (1,)),) > > everything together > sage: tuple(hypergraphs.nauty(1, 1, uniform=1)) > (((0,),),) > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-devel/137e937a-fd98-4429-b9ca-2e206884e9c6n%40googlegroups.com > <https://groups.google.com/d/msgid/sage-devel/137e937a-fd98-4429-b9ca-2e206884e9c6n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq2NSsE%2B9SCTybWzuiokeFbjEoKzVh1CbjGdJtbUme293w%40mail.gmail.com.
