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

tweaks

parent 5a7a8e09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]