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
sage: G = DiGraph({0: ['a']})
sage: G.incidence_matrix()
Traceback (most recent call last)
...
TypeError: '<' not supported between instances of 'int' and 'str'
incidence_matrix method should be able to handle the case when vertices are of mismatched types.