I have opened https://github.com/sagemath/sage/issues/35902 to collect such 
kind of issues.
Please use it to share new cases.

On Wednesday, July 5, 2023 at 9:38:28 AM UTC+2 Georgi Guninski wrote:

> Hi sage devs, your daily dose of incomparable objects,
> fix 'em while they are free ;)
>
> G=Graph([("A",1)]);G.faces()
>
> TypeError Traceback (most recent call last)
> Cell In [1], line 1
> ----> 1 G=Graph([("A",Integer(1))]);G.faces()
>
> File /home/sc_serv/sage/src/sage/graphs/generic_graph.py:6385, in
> GenericGraph.faces(self, embedding)
> 6383 # Storage for face paths
> 6384 faces = []
> -> 6385 minedge = min(edgeset)
> 6386 path = [minedge]
> 6387 edgeset.discard(minedge)
>
> TypeError: '<' not supported between instances of 'int' and 'str'
>

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/93544bee-8801-4cad-a319-b41acc418a2an%40googlegroups.com.

Reply via email to