mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 00:45:54 +00:00
add 1 space to time in report
This commit is contained in:
@@ -70,7 +70,7 @@ class BaseReport(abc.ABC):
|
|||||||
|
|
||||||
|
|
||||||
class Report(BaseReport):
|
class Report(BaseReport):
|
||||||
header_lengths = [30, 5, 3, 3, 7, 7, 7, 15, 15, 15]
|
header_lengths = [30, 5, 3, 3, 7, 7, 7, 15, 16, 15]
|
||||||
header_cols = [
|
header_cols = [
|
||||||
"Dataset",
|
"Dataset",
|
||||||
"Samp",
|
"Samp",
|
||||||
@@ -122,7 +122,7 @@ class Report(BaseReport):
|
|||||||
)
|
)
|
||||||
i += 1
|
i += 1
|
||||||
print(
|
print(
|
||||||
f"{result['time']:8.6f}±{result['time_std']:6.4f} ",
|
f"{result['time']:9.6f}±{result['time_std']:6.4f} ",
|
||||||
end="",
|
end="",
|
||||||
)
|
)
|
||||||
i += 1
|
i += 1
|
||||||
|
Reference in New Issue
Block a user