Fix hyperparams column width in excel

This commit is contained in:
2022-03-13 12:46:31 +01:00
parent b67fb983f4
commit 31b2c64285

View File

@@ -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):