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
6786a8fd
Commit
6786a8fd
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
5a7a8e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
6786a8fd
...
...
@@ -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
]
...
...
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