From a49238ae1dc966a9d7b923ec23e14944cc7ab0f4 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 20 Dec 2023 12:27:00 +0100 Subject: cli: Formatting nit --- lib/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 51ebb84..78fc15c 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -129,8 +129,8 @@ def format_quality_measures(result, measure="smape", col_len=8): def model_quality_table(lut, model, static, model_info, xv_method=None): - key_len = 0 - attr_len = 0 + key_len = len("Key") + attr_len = len("Attribute") for key in static.keys(): if len(key) > key_len: key_len = len(key) -- cgit v1.2.3