From bfda4255b8cb562a6bc67efd04e6035c11fd8878 Mon Sep 17 00:00:00 2001 From: Adam Gosztolai <45966708+agosztolai@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:42:36 +0200 Subject: [PATCH] Update preprocessing.py --- MARBLE/preprocessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)