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
df06590b
Commit
df06590b
authored
Mar 10, 2016
by
Tiago Peixoto
Browse files
all_paths(): fix test in docstring
parent
a4abd055
Pipeline
#120
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/topology/__init__.py
View file @
df06590b
...
...
@@ -1565,7 +1565,7 @@ def all_paths(g, source, target, cutoff=None):
Examples
--------
>>> g = gt.collection.data[""]
>>> g = gt.collection.data["
football
"]
>>> for path in gt.all_paths(g, 13, 2, cutoff=2):
... print(path)
[13 15 2]
...
...
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