Skip to content
Snippets Groups Projects
Commit 65dd23e2 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 4aadf9d9
Branches
No related tags found
No related merge requests found
...@@ -944,7 +944,6 @@ def box_extract(outfile='/Users/tomrink/box_out.h5'): ...@@ -944,7 +944,6 @@ def box_extract(outfile='/Users/tomrink/box_out.h5'):
icing_data_dct = {ds: [] for ds in train_params_day} icing_data_dct = {ds: [] for ds in train_params_day}
no_icing_data_dct = {ds: [] for ds in train_params_day} no_icing_data_dct = {ds: [] for ds in train_params_day}
num_ice = 0
for fidx in range(len(icing_files)): for fidx in range(len(icing_files)):
fname = icing_files[fidx] fname = icing_files[fidx]
f = h5py.File(data_dir+fname, 'r') f = h5py.File(data_dir+fname, 'r')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment