Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
fix bugs
  • Loading branch information
hyLiu-777 authored Apr 3, 2024
2 parents b06bd98 + 771ed05 commit e31f417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyg_spectral/nn/conv/bern_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from torch_scatter import scatter_add
from torch_sparse import SparseTensor, matmul, fill_diag, sum, mul
from torch_geometric.nn.conv import MessagePassing
from torch_geometric.utils import add_self_loops, remove_self_loops #,get_laplacian
from torch_geometric.utils import spmm, add_self_loops, remove_self_loops #,get_laplacian
from pyg_spectral.utils import get_laplacian
from torch_geometric.utils.num_nodes import maybe_num_nodes
from torch_geometric.nn.conv.gcn_conv import gcn_norm
Expand Down

0 comments on commit e31f417

Please sign in to comment.