mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 00:15:55 +00:00
Fix hyperparams column width in excel
This commit is contained in:
@@ -489,7 +489,7 @@ class Excel(BaseReport):
|
|||||||
self.sheet.set_column(
|
self.sheet.set_column(
|
||||||
self.col_hyperparams,
|
self.col_hyperparams,
|
||||||
self.col_hyperparams,
|
self.col_hyperparams,
|
||||||
self.max_hyper_width + 1,
|
max(self.max_hyper_width + 1, 23),
|
||||||
)
|
)
|
||||||
self.sheet.write(self.row + 1, 0, message, bold)
|
self.sheet.write(self.row + 1, 0, message, bold)
|
||||||
for c in range(self.row + 2):
|
for c in range(self.row + 2):
|
||||||
|
Reference in New Issue
Block a user