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
b4cb1448
Commit
b4cb1448
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
n_epec_frame -> num_epec_frame
parent
ac7d52e3
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
b4cb1448
...
@@ -161,7 +161,7 @@ class Dispatcher:
...
@@ -161,7 +161,7 @@ class Dispatcher:
try
:
try
:
for
_
in
qr
.
data
:
for
_
in
qr
.
data
:
_
[
"n_frame"
]
=
(
_
[
"n_frame"
]
=
(
_
[
"params"
][
"n_epec_frame"
]
if
_
[
"instrument"
]
==
"HSTDM"
else
1
_
[
"params"
][
"n
um
_epec_frame"
]
if
_
[
"instrument"
]
==
"HSTDM"
else
1
)
)
except
KeyError
:
except
KeyError
:
print
(
f
"`n_epec_frame` is not found in
{
_
}
"
)
print
(
f
"`n_epec_frame` is not found in
{
_
}
"
)
...
...
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