On Mon, Aug 16, 2021 at 9:14 AM Leww <
bodn...@gmail.com> wrote:
>
> Sorry for the confusion, I made the post assuming that it came from the oddly formatted singleton tuples (now I know why there is an extra comma there).
> Later I found out that the error was caused by something else; since this thread is not deleted here is the true source of the unhandled error
>
> sage: g = Graph(); g.add_edges([[0, 2]]); g.canonical_label(partition=[[0], [1], [2]])
>
> I think that the canonical label function when passing the inputs to bliss doesn't check if the partition matches the vertex set