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
1c976222
Unverified
Commit
1c976222
authored
Dec 08, 2020
by
张天启
Committed by
GitHub
Dec 08, 2020
Browse files
fix doc mistake in dgl/core.py (#2404)
The variable name 'eid' should be 'nid'
parent
0f35f8df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/core.py
python/dgl/core.py
+1
-1
No files found.
python/dgl/core.py
View file @
1c976222
...
...
@@ -20,7 +20,7 @@ def invoke_node_udf(graph, nid, ntype, func, *, ndata=None, orig_nid=None):
----------
graph : DGLGraph
The input graph.
e
id : Tensor
n
id : Tensor
The IDs of the nodes to invoke UDF on.
ntype : str
Node type.
...
...
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