Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Document of sssp is not correct #726

Closed
siyuan0322 opened this issue Aug 24, 2021 · 0 comments · Fixed by #767
Closed

[BUG] Document of sssp is not correct #726

siyuan0322 opened this issue Aug 24, 2021 · 0 comments · Fixed by #767
Assignees

Comments

@siyuan0322
Copy link
Collaborator

We have a code example in the doc of sssp:

g = sess.g()
pg = g.project(vertices={"vlabel": []}, edges={"elabel": []})
r = gs.sssp(pg, src=0)

But the sssp requires an edge property on the graph.

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

Successfully merging a pull request may close this issue.

2 participants