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 314d163 commit f445726Copy full SHA for f445726
test/test_radius.py
@@ -64,7 +64,7 @@ def test_radius_graph_large(dtype, device):
64
x = torch.randn(1000, 3)
65
66
edge_index = radius_graph(x, r=0.5, flow='target_to_source', loop=True,
67
- max_num_neighbors=1000, num_workers=6)
+ max_num_neighbors=2000, num_workers=6)
68
69
tree = scipy.spatial.cKDTree(x.numpy())
70
col = tree.query_ball_point(x.cpu(), r=0.5)
0 commit comments