Exception in `G=Graph([("A",1)]);G.faces()`

34 views
Skip to first unread message

Georgi Guninski

unread,
Jul 5, 2023, 7:38:28 AM7/5/23
to sage-...@googlegroups.com
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'

David Coudert

unread,
Jul 5, 2023, 1:05:47 PM7/5/23
to sage-devel
I have opened https://github.com/sagemath/sage/issues/35902 to collect such kind of issues.
Please use it to share new cases.

Georgi Guninski

unread,
Jul 5, 2023, 3:51:11 PM7/5/23
to sage-...@googlegroups.com
On Wed, Jul 5, 2023 at 4:05 PM David Coudert <david....@gmail.com> wrote:
>
> I have opened https://github.com/sagemath/sage/issues/35902 to collect such kind of issues.
> Please use it to share new cases.
>
I just reported a bug on github, though I don't like microsoft services at all.

Vincent Delecroix

unread,
Jul 5, 2023, 5:02:29 PM7/5/23
to sage-...@googlegroups.com
Is google any better?

Georgi Guninski

unread,
Jul 5, 2023, 5:25:18 PM7/5/23
to sage-...@googlegroups.com
On Wed, Jul 5, 2023 at 8:02 PM Vincent Delecroix
That is an open problem for me. I don't like them too,
they collect a lot of info.
At least google are technically skilled IMHO.
Reply all
Reply to author
Forward
0 new messages