From 226453c7ae2949438590993b1a0d5d6a2744aa2c Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 6 Jan 2026 21:06:11 +0100 Subject: [PATCH] fixed status indention --- src/rbm/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rbm/status.py b/src/rbm/status.py index c9ee044..ee7cd76 100644 --- a/src/rbm/status.py +++ b/src/rbm/status.py @@ -18,7 +18,7 @@ class Status: print(f"{entity.name}: {key} : {value}{unit}") l2_norm = np.sum(np.square(entity.state.w_hv))/entity.state.w_hv.shape[1] - print(f"{entity.name}: l2_norm : {l2_norm}") + print(f"{entity.name}: l2_norm : {l2_norm}") def on_change(self, entity: Entity, status: dict|None=None) -> bool: if status is None: