Skip to content

Conversation

niteshJyo
Copy link

Prev version is not working so need to make change.

Prev version is not working so need to make change.
Copy link
Author

@niteshJyo niteshJyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

---> 47 for v in G:
48 for w in v.get_connections():
49 vid = v.get_vertex_ID()

NameError: name 'G' is not defined

def getEdges(self):
def get_edges(self):
edges = []
for v in G:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

---> 47 for v in G:
48 for w in v.get_connections():
49 vid = v.get_vertex_ID()

NameError: name 'G' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants