Skip to content
Snippets Groups Projects
Commit 592a4a51 authored by tomrink's avatar tomrink
Browse files

`snapshot...`

parent 912ed9f2
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,8 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
total_num_not_missing = 0
num_skip = 3
param_train_hist = np.zeros([20], dtype=np.int64)
param_valid_hist = np.zeros([20], dtype=np.int64)
param_train_hist = np.zeros([14], dtype=np.int64)
param_valid_hist = np.zeros([14], dtype=np.int64)
for idx, data_f in enumerate(valid_files):
if idx % num_skip == 0: # if we want to skip some files
......
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