Skip to content

Commit 5133e21

Browse files
authored
fast fixing a typo in three_nn
"known" and "unknown"
1 parent aed9cf5 commit 5133e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torch_points_kernels/torchpoints.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def three_nn(unknown, known):
4343
Parameters
4444
----------
4545
unknown : torch.Tensor
46-
(B, n, 3) tensor of known features
46+
(B, n, 3) tensor of unknown features
4747
known : torch.Tensor
48-
(B, m, 3) tensor of unknown features
48+
(B, m, 3) tensor of known features
4949
5050
Returns
5151
-------

0 commit comments

Comments
 (0)