Commit 6146660b authored by rusty1s's avatar rusty1s
Browse files

linting

parent b5ac9f33
# import torch
def spline_conv(x, def spline_conv(x,
edge_index, edge_index,
pseudo, pseudo,
...@@ -7,4 +10,4 @@ def spline_conv(x, ...@@ -7,4 +10,4 @@ def spline_conv(x,
degree=1, degree=1,
root_weight=None, root_weight=None,
bias=None): bias=None):
pass pseudo = pseudo.unsqueeze(-1) if pseudo.dim() == 1 else pseudo
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