Commit 6786a8fd authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 5a7a8e09
......@@ -344,7 +344,7 @@ class Dispatcher:
task_list = []
# loop over plan
for i_data_detector in trange(len(u_data_detector) ** TQDM_KWARGS):
for i_data_detector in trange(len(u_data_detector), **TQDM_KWARGS):
# i_data_detector = 1
this_task = dict(u_data_detector[i_data_detector])
this_data_detector = u_data_detector[i_data_detector : i_data_detector + 1]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment