Commit 62183ba3 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

sort data_basis before dispatching files

parent bddb6ca4
......@@ -239,7 +239,8 @@ class Dispatcher:
# initialize task list
task_list = []
# loop over plan
data_basis.sort(keys=data_basis.colnames)
# loop over data
for i_data_basis in trange(
len(data_basis),
unit="task",
......
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