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
c7636a36
Commit
c7636a36
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
7b2bca79
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/csst_msc_l1.py
View file @
c7636a36
...
...
@@ -127,9 +127,9 @@ dag_run_list = CSST_DAGS["csst-msc-l1-mbi"].schedule(
ref_cat
=
args
.
ref_cat
,
)
print
(
"dag_group_run"
,
dag_group_run
)
print
(
"
# of
dag_run"
,
len
(
dag_run_list
))
print
(
"dag_run_list[0]"
,
dag_run_list
[
0
])
print
(
"dag_group_run
:
\n\t
"
,
dag_group_run
)
print
(
"
N(
dag_run
) =
"
,
len
(
dag_run_list
))
print
(
"dag_run_list[0]
\n\t
"
,
dag_run_list
[
0
])
joblib
.
dump
(
dict
(
dag_group_run
=
dag_group_run
,
...
...
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