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
00e73e78
Commit
00e73e78
authored
Mar 27, 2020
by
Tiago Peixoto
Browse files
all_predecessors(): fix docstring
This fixes issue
#619
parent
54b7fb85
Changes
1
Show whitespace changes
Inline
Side-by-side
src/graph_tool/topology/__init__.py
View file @
00e73e78
...
...
@@ -2156,7 +2156,7 @@ def all_predecessors(g, dist_map, pred_map, weights=None, epsilon=1e-8):
dist_map : :class:`~graph_tool.VertexPropertyMap`
Vertex property map with the distances from ``source`` to all other
vertices.
pred_map : :class:`~graph_tool.VertexPropertyMap`
(optional, default: None)
pred_map : :class:`~graph_tool.VertexPropertyMap`
Vertex property map with the predecessors in the search tree.
weights : :class:`~graph_tool.EdgePropertyMap` (optional, default: None)
The edge weights.
...
...
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