"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "83ea9a8d58dc8bd7745663e5161672bfed849da1"
Commit 3d38c2a9 authored by Minjie Wang's avatar Minjie Wang
Browse files

small fix

parent 1f0f57b3
...@@ -1165,10 +1165,6 @@ class DGLGraph(object): ...@@ -1165,10 +1165,6 @@ class DGLGraph(object):
def subgraph(self, nodes): def subgraph(self, nodes):
"""Generate the subgraph among the given 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 Parameters
---------- ----------
nodes : list, or iterable nodes : list, or iterable
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment