diff --git a/MARBLE/preprocessing.py b/MARBLE/preprocessing.py index e6a526e3..5ab11957 100644 --- a/MARBLE/preprocessing.py +++ b/MARBLE/preprocessing.py @@ -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)