Skip to content
Snippets Groups Projects
Commit 9b6f27af authored by tomrink's avatar tomrink
Browse files

minor

parent b75a359c
No related branches found
No related tags found
No related merge requests found
......@@ -979,7 +979,9 @@ def run_restore_static(filename_l1b, filename_l2, ckpt_dir_s_path):
def run_evaluate_static(h5f, ckpt_dir_s_path, prob_thresh=0.5, satellite='GOES16', domain='FD'):
data_dct, ll, cc = make_for_full_domain_predict(h5f, name_list=train_params, domain=domain)
ckpt_dir_s = os.listdir(ckpt_dir_s_path)
prob_s = []
for ckpt in ckpt_dir_s:
ckpt_dir = ckpt_dir_s_path + ckpt
......
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