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
9b0759b5
Commit
9b0759b5
authored
Mar 01, 2021
by
rusty1s
Browse files
fix flake error
parent
90c0c4b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torch_cluster/fps.py
torch_cluster/fps.py
+2
-2
No files found.
torch_cluster/fps.py
View file @
9b0759b5
...
@@ -5,13 +5,13 @@ from torch import Tensor
...
@@ -5,13 +5,13 @@ from torch import Tensor
@
torch
.
jit
.
_overload
# noqa
@
torch
.
jit
.
_overload
# noqa
def
fps
(
src
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
def
fps
(
src
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
# noqa
# type: (Tensor, Optional[Tensor], Optional[float], bool) -> Tensor
# type: (Tensor, Optional[Tensor], Optional[float], bool) -> Tensor
pass
pass
@
torch
.
jit
.
_overload
# noqa
@
torch
.
jit
.
_overload
# noqa
def
fps
(
src
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
def
fps
(
src
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
# noqa
# type: (Tensor, Optional[Tensor], Optional[Tensor], bool) -> Tensor
# type: (Tensor, Optional[Tensor], Optional[Tensor], bool) -> Tensor
pass
pass
...
...
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