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
a9837e1d
Commit
a9837e1d
authored
Jul 23, 2025
by
BO ZHANG
🏀
Browse files
add data_model in stats config
parent
4ac339a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/inspect.py
View file @
a9837e1d
...
@@ -124,7 +124,7 @@ stats_config = dict(
...
@@ -124,7 +124,7 @@ stats_config = dict(
)
)
if
args
.
level
==
1
:
if
args
.
level
==
1
:
for
k
in
stats_config
.
keys
():
for
k
in
stats_config
.
keys
():
stats_config
[
k
].
extend
([
"batch_id"
,
"build"
])
stats_config
[
k
].
extend
([
"data_model"
,
"batch_id"
,
"build"
])
for
stats_type
,
stats_keys
in
stats_config
.
items
():
for
stats_type
,
stats_keys
in
stats_config
.
items
():
if
args
.
verbose
:
if
args
.
verbose
:
...
...
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