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

minor

parent b8fab8c0
No related branches found
No related tags found
No related merge requests found
...@@ -1043,6 +1043,8 @@ def run_restore_static(filename_l1b, filename_l2, ckpt_dir_s_path, day_night='DA ...@@ -1043,6 +1043,8 @@ def run_restore_static(filename_l1b, filename_l2, ckpt_dir_s_path, day_night='DA
def run_evaluate_static(data_dct, ll, cc, ckpt_dir_s_path, flight_level=4, prob_thresh=0.5, satellite='GOES16', domain='FD'): def run_evaluate_static(data_dct, ll, cc, ckpt_dir_s_path, flight_level=4, prob_thresh=0.5, satellite='GOES16', domain='FD'):
num_elems = len(cc) num_elems = len(cc)
num_lines = len(ll) num_lines = len(ll)
cc = np.array(cc)
ll = np.array(ll)
ckpt_dir_s = os.listdir(ckpt_dir_s_path) ckpt_dir_s = os.listdir(ckpt_dir_s_path)
......
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