Fix row height in excel files

This commit is contained in:
2021-09-27 11:38:23 +02:00
parent d09ab98a46
commit 7a4409bb1f
3 changed files with 60 additions and 40 deletions

View File

@@ -19,6 +19,7 @@ class Files:
cmd_open_macos = "/usr/bin/open"
cmd_open_linux = "/usr/bin/xdg-open"
exreport_pdf = "Rplots.pdf"
benchmark_r = "benchmark.r"
@staticmethod
def best_results(model):