Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
3d38c2a9
Commit
3d38c2a9
authored
Oct 06, 2018
by
Minjie Wang
Browse files
small fix
parent
1f0f57b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
python/dgl/graph.py
python/dgl/graph.py
+0
-4
No files found.
python/dgl/graph.py
View file @
3d38c2a9
...
...
@@ -1165,10 +1165,6 @@ class DGLGraph(object):
def
subgraph
(
self
,
nodes
):
"""Generate the subgraph among the given nodes.
The generated graph contains only the graph structure. The node/edge
features are not shared implicitly. Use `copy_from` to get node/edge
features from parent graph.
Parameters
----------
nodes : list, or iterable
...
...
Write
Preview
Markdown
is supported
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