We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f9f81 commit b1db864Copy full SHA for b1db864
torch_cluster/nearest.py
@@ -6,7 +6,7 @@
6
7
8
def nearest(x, y, batch_x=None, batch_y=None):
9
- """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
10
point in :obj:`y`.
11
12
Args:
0 commit comments