Add a space to #Samples in every report

This commit is contained in:
2022-10-24 22:43:46 +02:00
parent 47bf6eeda6
commit 8001c7f2eb
7 changed files with 86 additions and 86 deletions

View File

@@ -83,10 +83,10 @@ class BaseReport(abc.ABC):
class Report(BaseReport):
header_lengths = [30, 5, 5, 3, 7, 7, 7, 15, 16, 15]
header_lengths = [30, 6, 5, 3, 7, 7, 7, 15, 16, 15]
header_cols = [
"Dataset",
"Samp",
"Sampl.",
"Feat.",
"Cls",
"Nodes",