Skip to content

Commit

Permalink
fast fixing a typo in three_nn
Browse files Browse the repository at this point in the history
"known" and "unknown"
  • Loading branch information
duducheng authored May 24, 2021
1 parent aed9cf5 commit 5133e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_points_kernels/torchpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def three_nn(unknown, known):
Parameters
----------
unknown : torch.Tensor
(B, n, 3) tensor of known features
(B, n, 3) tensor of unknown features
known : torch.Tensor
(B, m, 3) tensor of unknown features
(B, m, 3) tensor of known features
Returns
-------
Expand Down

0 comments on commit 5133e21

Please sign in to comment.