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
My only potential concern so far is the use of __str__ by pygraphviz. Maybe yet another method can be used for the graph string representation instead of __str__, like graph_str(self). That would also address this comment
The text was updated successfully, but these errors were encountered:
See these 2 comments here and there .
My only potential concern so far is the use of
__str__
bypygraphviz
. Maybe yet another method can be used for the graph string representation instead of__str__
, likegraph_str(self)
. That would also address this commentThe text was updated successfully, but these errors were encountered: