Commit 5d89bb63 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

sort data_basis before dispatching files

parent 62183ba3
......@@ -239,7 +239,9 @@ class Dispatcher:
# initialize task list
task_list = []
# sort data_basis before dispatching
data_basis.sort(keys=data_basis.colnames)
# loop over data
for i_data_basis in trange(
len(data_basis),
......
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