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, ...@@ -46,7 +46,7 @@ def random_walk(row, col, start, walk_length, p=1, q=1, coalesced=False,
start = start.flatten() 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, return torch_cluster.rw_cuda.rw(row, col, start, walk_length, p, q,
num_nodes) num_nodes)
else: 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