Skip to content
Snippets Groups Projects
Commit de72bca7 authored by Ivo Peterek's avatar Ivo Peterek
Browse files

FIX: fixed path to input data

parent 7705bf39
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import copy as cp
a = 0
b = 1
dict_data = np.load('data.npy').item()
dict_data = np.load('../input/data.npy').item()
x = len(dict_data['0'])
y = len(dict_data['0']['2.5']['avgProgramStart'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment