Commit 5a006f71 authored by rusty1s's avatar rusty1s
Browse files

linting

parent 10193084
......@@ -2,7 +2,6 @@ import torch
from torch_sparse.storage import SparseStorage
def coalesce(index, value, m, n, op="add"):
"""Row-wise sorts :obj:`value` and removes duplicate entries. Duplicate
entries are removed by scattering them together. For scattering, any
......
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