Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
62183ba3
"git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "35796d08401c6c84354d15bd43515091bb641e41"
Commit
62183ba3
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
sort data_basis before dispatching files
parent
bddb6ca4
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
62183ba3
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment