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
85f3c227
Commit
85f3c227
authored
Jul 17, 2025
by
BO ZHANG
🏀
Browse files
remove dfs.level2
parent
ddc681d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/_dfs/__init__.py
View file @
85f3c227
...
...
@@ -2,7 +2,7 @@ import toml
import
os
from
astropy.table
import
Table
import
socket
from
csst_dfs_client
import
plan
,
level0
,
level1
,
level2
,
dag
,
catalog
from
csst_dfs_client
import
plan
,
level0
,
level1
,
dag
,
catalog
CONFIG
=
toml
.
load
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"config.toml"
))
...
...
@@ -35,7 +35,6 @@ class DFS:
plan
=
plan
level0
=
level0
level1
=
level1
level2
=
level2
dag
=
dag
catalog
=
catalog
...
...
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