update dockerfile
This commit is contained in:
parent
fc24b19266
commit
05c39d7297
@ -10,7 +10,7 @@ it = 1
|
||||
with open('wer.txt','r') as file:
|
||||
plots = csv.reader(file)
|
||||
for row in plots:
|
||||
axe_y.append(float(row[0]))
|
||||
axe_y.append(float(row[0]))
|
||||
axe_x.append(int(it))
|
||||
it+=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user