Skip to content
Snippets Groups Projects
Commit 35a7736d authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 128ff0af
No related branches found
No related tags found
No related merge requests found
...@@ -145,8 +145,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -145,8 +145,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
print('Start, number of train files: ', num_files) print('Start, number of train files: ', num_files)
for idx, data_f in enumerate(train_files): for idx, data_f in enumerate(train_files):
# if idx % 4 == 0: # if we want to skip some files if idx % 4 == 0: # if we want to skip some files
if True:
try: try:
h5f = h5py.File(data_f, 'r') h5f = h5py.File(data_f, 'r')
except: except:
......
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