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
torch-cluster
Commits
b1db8649
Commit
b1db8649
authored
Dec 18, 2018
by
rusty1s
Browse files
typo
parent
b0f9f81b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torch_cluster/nearest.py
torch_cluster/nearest.py
+1
-1
No files found.
torch_cluster/nearest.py
View file @
b1db8649
...
@@ -6,7 +6,7 @@ if torch.cuda.is_available():
...
@@ -6,7 +6,7 @@ if torch.cuda.is_available():
def
nearest
(
x
,
y
,
batch_x
=
None
,
batch_y
=
None
):
def
nearest
(
x
,
y
,
batch_x
=
None
,
batch_y
=
None
):
"""Clusters points in :obj:`x` together which are nearest to a given query
r
"""Clusters points in :obj:`x` together which are nearest to a given query
point in :obj:`y`.
point in :obj:`y`.
Args:
Args:
...
...
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