with tables in pdf

This commit is contained in:
Alejandro Moreo Fernandez 2025-09-27 18:01:39 +02:00
parent 27afea8bf1
commit 606ec2b89c
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ if __name__ == '__main__':
table.add(benchmark=dataset, method=method, v=report["mae"].values) table.add(benchmark=dataset, method=method, v=report["mae"].values)
else: else:
print(dataset, 'not found') print(dataset, 'not found')
table.latexPDF('./tables/mae.pdf', landscape=False) table.latexPDF(f'./tables/{optim}.pdf', landscape=False)