Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai committed Nov 29, 2023
1 parent c2ca951 commit a33ef9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MARBLE/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ def compute_laplacian(data, normalization="rw"):
)

return PyGu.to_dense_adj(edge_index, edge_attr=edge_attr).squeeze()
#n = len(data.x)
#return sp.coo_array((edge_attr, (edge_index[0], edge_index[1])), shape=(n, n))


def compute_connection_laplacian(data, R, normalization="rw"):
Expand Down

0 comments on commit a33ef9e

Please sign in to comment.