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
a5c06a4b
Commit
a5c06a4b
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
fixed n_relevant_data bug in dispatch_obsgroup
parent
749ebb8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
a5c06a4b
...
...
@@ -603,7 +603,7 @@ class Dispatcher:
relevant_plan
=
this_obsgroup_plan
,
relevant_data
=
this_obsgroup_file
,
n_relevant_plan
=
len
(
this_obsgroup_plan
),
n_relevant_data
=
this_obsgroup_file
,
n_relevant_data
=
len
(
this_obsgroup_file
)
,
relevant_data_id_list
=
(
[]
if
len
(
this_obsgroup_file
)
==
0
...
...
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