From 4ebdac44231485c49a878344953239f3b083b05b Mon Sep 17 00:00:00 2001 From: patrycjalazna Date: Thu, 13 May 2021 17:57:54 +0200 Subject: [PATCH] minor fix --- avocado-evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avocado-evaluation.py b/avocado-evaluation.py index 54d1fc9..4c18de7 100644 --- a/avocado-evaluation.py +++ b/avocado-evaluation.py @@ -33,7 +33,7 @@ with open('eval_results.txt', 'a') as f: f.write(str(error) + "\n") # wykres -with open('results.txt', 'r') as f: +with open('eval_results.txt', 'r') as f: lines = f.readlines()