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/CAGUWgD9FgmX2g3%2BpoiY9PJRKK%2BzGT_8MK4L8CuPD3N81jcZDsQ%40mail.gmail.com.

Reply via email to