From 125d2e56eb88a3f259ac9bf994170e9ffaca6972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 00:52:02 +0200 Subject: [PATCH] Update 'plot.py' --- plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot.py b/plot.py index e2de308..8ff24d8 100644 --- a/plot.py +++ b/plot.py @@ -1,7 +1,7 @@ import pandas import matplotlib.pyplot as plt -metrics = pandas.read_csv('./ium_z434686/metrics.csv', +metrics = pandas.read_csv('./metrics.csv', engine='python', encoding='ISO-8859-1', sep=',')