Mock fix
All checks were successful
s434704-evaluation/pipeline/head This commit looks good
s434704-training/pipeline/head This commit looks good

This commit is contained in:
Wojciech Jarmosz 2021-05-15 02:41:25 +02:00
parent 1490549284
commit c25ca20a40

View File

@ -13,5 +13,5 @@ if os.path.exists("rmse.txt"):
for line in file.readlines(): for line in file.readlines():
result = line result = line
with open("bulk_metrics.txt", "a") as file: with open("bulk_metrics.txt", "w") as file:
file.write(build_no + " " + result) file.write(build_no + " " + result)