Skip to content

Commit

Permalink
Update preprocessing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai authored Aug 19, 2024
1 parent 7b3543f commit bfda425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MARBLE/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _compute_geometric_objects(
kernels = g.gradient_op(data.pos, data.edge_index, gauges)
Lc = None

# print("\n---- Computing eigendecomposition ... ", end="")
print("\n---- Computing eigendecomposition ... ", end="")
L = g.compute_eigendecomposition(L)
Lc = g.compute_eigendecomposition(Lc)

Expand Down

0 comments on commit bfda425

Please sign in to comment.