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
028ad8b5
"csst_dag/git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "6ea633bab363414d787dbb7c2e0838f12480349e"
Commit
028ad8b5
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
fixed bug in dispatch_file
parent
1886f7b8
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
028ad8b5
...
...
@@ -249,10 +249,24 @@ class Dispatcher:
this_task
=
dict
(
data_basis
[
i_data_basis
])
this_data_basis
=
data_basis
[
i_data_basis
:
i_data_basis
+
1
]
this_relevant_plan
=
table
.
join
(
this_data_basis
,
this_data_basis
[
"dataset"
,
"instrument"
,
"obs_type"
,
"obs_group"
,
"obs_id"
,
"n_frame"
,
],
plan_basis
,
keys
=
[
"dataset"
,
"obs_id"
],
keys
=
[
"dataset"
,
"instrument"
,
"obs_type"
,
"obs_group"
,
"obs_id"
,
],
join_type
=
"inner"
,
table_names
=
[
"data"
,
"plan"
],
)
# append this task
task_list
.
append
(
...
...
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