You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function has a blanket except: statement, which should instead trap the specific error it is expecting. But that is not this issue.
As a side note, I think there are too many syntax choices for creating edges, which not only creates obscure corner cases and parsing code like this, but also leads to code that goes against the python philosophy that there should be one way to do things ("https://github.com/sagemath/sage-prod/files/10645549/trac_6540-edge_syntax.patch.gz"). I don't have time to do anything about it, so this is just a hollow complaint now :).
CC: @jasongrout
Component: graph theory
Author: Robert Miller
Reviewer: Jason Grout
Merged: sage-4.1.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/6540
The text was updated successfully, but these errors were encountered: