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

temp code

parent ce681f7a
Branches
No related tags found
No related merge requests found
...@@ -344,7 +344,7 @@ def run_best_fit_all_no_product(amv_dir, source, raob_path, gfs_path, full_domai ...@@ -344,7 +344,7 @@ def run_best_fit_all_no_product(amv_dir, source, raob_path, gfs_path, full_domai
if gfs_file is None: if gfs_file is None:
continue continue
bf_dct = run_best_fit(m_d, raob_dct, gfs_file) bf_dct = run_best_fit(m_d, raob_dct, gfs_file)
out_list.append((bf_dct, prd_dct)) out_list.append((bf_dct))
for tup in out_list: for tup in out_list:
ab_dct = tup[0] ab_dct = tup[0]
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment