Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
4cce0696
Commit
4cce0696
authored
May 20, 2022
by
Tiago Peixoto
Browse files
shortest_distance(): fix docstring
This fixes issue
#731
.
parent
8ebea2ea
Pipeline
#958
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/topology/__init__.py
View file @
4cce0696
...
...
@@ -1850,7 +1850,7 @@ def shortest_distance(g, source=None, target=None, weights=None,
targets.
pred_map : :class:`~graph_tool.VertexPropertyMap` (optional, if ``pred_map == True``)
Vertex property map with the predecessors in the search tree.
pred_map
: :class:`numpy.ndarray` (optional, if ``return_reached == True``)
visited
: :class:`numpy.ndarray` (optional, if ``return_reached == True``)
Array containing vertices visited during the search.
Notes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment