"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "7ce8ed55e1693cb40571e30347f128e8bbf46692"
Commit acd094e7 authored by rusty1s's avatar rusty1s
Browse files

pragma

parent 7f186c26
......@@ -46,7 +46,7 @@ def random_walk(row, col, start, walk_length, p=1, q=1, coalesced=False,
start = start.flatten()
if row.is_cuda:
if row.is_cuda: # pragma: no cover
return torch_cluster.rw_cuda.rw(row, col, start, walk_length, p, q,
num_nodes)
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment