Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyLiu-777 committed Apr 3, 2024
1 parent b39a885 commit 771ed05
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 771ed05

Please sign in to comment.