minor fix
Some checks failed
s434742-evaluation/pipeline/head There was a failure building this commit
s434742-training/pipeline/head This commit looks good

This commit is contained in:
patrycjalazna 2021-05-13 17:57:54 +02:00
parent e3b7ee524c
commit 4ebdac4423

View File

@ -33,7 +33,7 @@ with open('eval_results.txt', 'a') as f:
f.write(str(error) + "\n") f.write(str(error) + "\n")
# wykres # wykres
with open('results.txt', 'r') as f: with open('eval_results.txt', 'r') as f:
lines = f.readlines() lines = f.readlines()