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
38a353b4
Commit
38a353b4
authored
Jul 22, 2025
by
BO ZHANG
🏀
Browse files
debug _id_data
parent
0581c0be
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
38a353b4
...
@@ -506,7 +506,7 @@ class Dispatcher:
...
@@ -506,7 +506,7 @@ class Dispatcher:
],
],
join_type
=
"inner"
,
join_type
=
"inner"
,
)
)
print
(
this_data_obsid_file
.
colnames
)
#
print(this_data_obsid_file.colnames)
this_data_obsid_plan
=
table
.
join
(
this_data_obsid_plan
=
table
.
join
(
this_data_obsid
,
this_data_obsid
,
relevant_plan
,
relevant_plan
,
...
@@ -562,7 +562,7 @@ class Dispatcher:
...
@@ -562,7 +562,7 @@ class Dispatcher:
relevant_data_id_list
=
(
relevant_data_id_list
=
(
[]
[]
if
len
(
this_data_obsid_file
)
==
0
if
len
(
this_data_obsid_file
)
==
0
else
list
(
this_data_obsid_file
[
"_id
_data
"
])
else
list
(
this_data_obsid_file
[
"_id"
])
),
),
n_file_expected
=
this_data_obsid_plan
[
"n_file"
].
sum
(),
n_file_expected
=
this_data_obsid_plan
[
"n_file"
].
sum
(),
n_file_found
=
len
(
this_data_obsid_file
),
n_file_found
=
len
(
this_data_obsid_file
),
...
...
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